search for: mycontroller_test

Displaying 1 result from an estimated 1 matches for "mycontroller_test".

Did you mean: controller_test
2009 Mar 06
2
rake test:functionals -> Task not supported by ''
...changes in the interim), rake started aborting test tasks. Here is the dialog: === $ rake test:functionals (in /Users/fritza/myproject) rake aborted! Task not supported by '''' (See full trace by running task with --trace) === The separate suites (e.g., "ruby test/functional/mycontroller_test.rb") work, reporting failures or not as usual. rake test:units, test:functionals, and test:integration all fail the same way. "rake test" successfully runs the functional and integration tests, but aborts with the same message when it attempts the unit tests. Among my changes were...