Sha256: 444c38227b71e579cff5ab78905110a3cdfe3346aacd415f4690454241f77c5c

Contents?: true

Size: 384 Bytes

Versions: 4

Compression:

Stored size: 384 Bytes

Contents

shared_examples CMSScanner::Finders::Finding do

  [:references, :confirmed_by, :interesting_entries].each do |opt|
    describe "##{opt}" do
      its(opt) { should eq [] }

      context 'when supplied in the #new' do
        let(:opts) { { opt => 'test' } }

        its(opt) { should eq 'test' }
      end
    end
  end

  describe '#parse_finding_options' do
    xit
  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cms_scanner-0.0.5 spec/shared_examples/finding.rb
cms_scanner-0.0.4 spec/shared_examples/finding.rb
cms_scanner-0.0.3 spec/shared_examples/finding.rb
cms_scanner-0.0.2 spec/shared_examples/finding.rb