Displaying 1 result from an estimated 1 matches for "player_season_test".
2006 Jun 24
5
Rake vs Ruby for running tests (error discrepency)
..._fixtures''
/usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/fixtures.rb:512:in
`setup_with_fixtures''
/usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/fixtures.rb:547:in
`setup''
However if I use "ruby test/unit/player_season_test.rb" I don''t get any
errors. Same thing happens with funtional tests. Using rake to run the
tests gives me this error about duplicate keys but running the
functionals individually with Ruby passes fine. Any
hints/suggestions/solutions? Seems like some kind of issue with the
fi...