spec/arachni/option_groups/scope_spec.rb in arachni-1.5.1 vs spec/arachni/option_groups/scope_spec.rb in arachni-1.6.0

- old
+ new

@@ -52,15 +52,10 @@ expect(subject.auto_redundant?).to be_truthy end end describe 'when #auto_redundant_paths has been disabled' do it 'returns false' do - subject.auto_redundant_paths = nil - expect(subject.auto_redundant?).to be_falsey - end - end - describe 'by default' do - it 'returns false' do + subject.auto_redundant_paths = 0 expect(subject.auto_redundant?).to be_falsey end end end