tomas-stefano / infinity_test

Continuous testing and a alternative to Autotest and Guard
http://github.com/tomas-stefano/infinity_test
MIT License
217 stars 12 forks source link

Making tests pass in Ruby 1.9.2 #14

Closed rafaelfranca closed 13 years ago

rafaelfranca commented 13 years ago

I have the folling erros when I run the tets:

1) InfinityTest::TestLibrary::TestUnit#test_loader should call more than one file to test with test_loader return should include more than one file to test
  Failure/Error: test_unit.all_files.should eql ["test/partner_test.rb","test/travel_test.rb"]

  expected ["test/partner_test.rb", "test/travel_test.rb"]
      got ["test/travel_test.rb", "test/partner_test.rb"]

2) InfinityTest::TestLibrary::TestUnit#test_loader should call more than one file to test with test_loader should include all the tests file
  Failure/Error: test_unit.test_files.should include "test/partner_test.rb test/travel_test.rb"
  expected "/home/rafael/repos/watched/infinity_test/lib/infinity_test/test_unit_loader.rb test/travel_test.rb test/partner_test.rb" to include "test/partner_test.rb test/travel_test.rb"
tomas-stefano commented 13 years ago

Merged!

By the way, awesome work! In my Mac all the specs and steps pass, but this kinda OS errors occurs sometimes.

Thanks for the contribution! =]