spec/support/shared/path_extractor.rb in arachni-1.2.1 vs spec/support/shared/path_extractor.rb in arachni-1.3

- old
+ new

@@ -17,10 +17,10 @@ def self.easy_test( &block ) it "extracts the expected paths" do raise 'No paths provided via #results, use \':nil\' for \'nil\' results.' if !results - actual_results.sort.should == results.sort + expect(actual_results.sort).to eq results.sort instance_eval &block if block_given? end end def doc