Closed bragi closed 14 years ago
When you run
rake spec
on Ruby 1.9 no specs are run, rake seems to ignore this task.
script/spec spec
runs the tests normally.
Rake dies on Ruby 1.9 when test-unit 2.0.5 is installed (rspec issue). After uninstalling this version and leaving only test-unit 1.2.3 in place
runs properly
When you run
on Ruby 1.9 no specs are run, rake seems to ignore this task.
runs the tests normally.