search for: account_spec

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

2007 Oct 18
0
rake spec:models failing
...ript/plugin install http://rspec.rubyforge.org/svn/tags/CURRENT/rspec_on_rails $ ./script/plugin install http://rspec.rubyforge.org/svn/tags/CURRENT/rspec $ ./script/generate rspec $ ./script/generate rspec_model Account $ jedit db/migrate/001_create_accounts.rb app/models/account.rb spec/models/account_spec.rb $ rake spec:models (in /Users/kmcd/tmp/test_app) /Users/kmcd/tmp/test_app/vendor/plugins/rspec/lib/spec/version.rb:10: undefined method `[]'' for nil:NilClass (NoMethodError) from /Users/kmcd/tmp/test_app/vendor/plugins/rspec/lib/spec.rb:2 from /Users/kmcd/tmp/test_ap...