Skip to content

Commit

Permalink
fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed May 1, 2010
1 parent 6c4321e commit 3571815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def test_tests_in_groups(klass, folder, suffix)
it "groups when given an array of files" do
list_of_files = Dir["#{test_root}/**/*#{suffix}"]
found = klass.find_tests_with_sizes(list_of_files)
found.should == list_of_files.map{ |file| [file, File.stat(file).size]}
found.should =~ list_of_files.map{ |file| [file, File.stat(file).size]}
end

it "finds all tests" do
Expand Down

0 comments on commit 3571815

Please sign in to comment.