12 lines
138 B
Ruby
12 lines
138 B
Ruby
# encoding: UTF-8
|
|
|
|
require 'spec_helper'
|
|
|
|
describe Vulnerability::Output do
|
|
|
|
describe '#output' do
|
|
# How to test it ? oO
|
|
end
|
|
|
|
end
|