Retest defaults to test_*.rb
pattern even when *_test.rb
file exists
#138
Labels
bug
Something isn't working
test_*.rb
pattern even when *_test.rb
file exists
#138
Here is the original issue
test_options.rb
test_options_test.rb
test_options.rb
I think this is also related to this issue:
test_fixtures.rb
,fixtures.rb
andfixtures_test.rb
fixtures.rb
selectstest_fixtures.rb
by defaulttest_fixtures.rb
andfixtures_test.rb
When a file is discovered with the pattern
test_*.rb
we do not continue searching for other file patterns which could potentially be more appropriate.The text was updated successfully, but these errors were encountered: