Displaying 1 result from an estimated 1 matches for "001_create_accounts".
2007 Oct 18
0
rake spec:models failing
...tedb test_app_test
$ createdb test_app_development
$ ./script/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/...