Howdy,
I'm running the following stack:
- rails 3.0.4
-
- rake (0.8.7)
- rspec 2.5.0
- rspec-rails 2.5.0
I created the rails app, and I didn't tell rails to exclude the default Test
mechanisms.
I installed it using
rails generate rspec:install
When I type
rake g model User
I get this:
invoke active_record
create db/migrate/20110223022101_create_users.rb
create app/models/user.rb
invoke test_unit
create test/unit/user_test.rb
create test/fixtures/users.yml
No specs.
When I type
rake -T
I don't see any spec targets.
When I run rake spec, nothing happens.
Is there something I've missed?
Cheers,
Jason
_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users