search for: rails3apps

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

Did you mean: rails3_apps
2010 Nov 08
0
Rails3: "rake test" task does not run tests.
...test test/unit/test_user.rb > Loaded suite test/unit/test_user > Started > . > Finished in 0.466033 seconds. > > 1 tests, 1 assertions, 0 failures, 0 errors, 0 skips > > Test run options: --seed 21789 and > $ rake test:units --trace > (in /home/blt/Documents/projects/rails3apps/naughtyapp) > ** Invoke test:units (first_time) > ** Invoke test:prepare (first_time) > ** Execute test:prepare > ** Execute test:units Then only possible peculiarity of this app is that I am using DataMapper, rather than ActiveRecord. Here are the railties I am including in applicatio...