Open JustinAiken opened 10 years ago
I have a model called ExerciseTest, with files as expected:
ExerciseTest
app/models/exercise_test.rb
app/controllers/api/v1/exercise_tests_controller.rb
But neither creating a spec from that file, or switch to the existing spec (ie, spec/models/exercise_test_spec.rb) works because it gets confused the test in the name.
spec/models/exercise_test_spec.rb
It would be nice if there was an option to disable TestUnit detection :)
I have a model called
ExerciseTest
, with files as expected:app/models/exercise_test.rb
app/controllers/api/v1/exercise_tests_controller.rb
But neither creating a spec from that file, or switch to the existing spec (ie,
spec/models/exercise_test_spec.rb
) works because it gets confused the test in the name.It would be nice if there was an option to disable TestUnit detection :)