You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note the test/unit/break_test.rb vs. /test/unit/break_test. I even seen in a test of your's for Spork & Rspec you check to make sure the paths are relative. So would it be possible to have something similar?
The text was updated successfully, but these errors were encountered:
Currently an absolute path is output, i.e.,
testdrb -Itest test/unit/break_test.rb
but I expect a relative path, i.e.,
ruby -Itest test/unit/break_test.rb
Note the test/unit/break_test.rb vs. /test/unit/break_test. I even seen in a test of your's for Spork & Rspec you check to make sure the paths are relative. So would it be possible to have something similar?
The text was updated successfully, but these errors were encountered: