Rails 3 + RSpec-Rails 2.0 generators?

I followed the instructions on the wiki but I don’t seem to have the
generator:

rails g rspec:install

Are the generators not working?

btw, I don’t see rspec listed when I run ‘rails generate’

  • Brian

On Jun 2, 2010, at 7:49 PM, Brian C. wrote:

I followed the instructions on the wiki but I don’t seem to have the
generator:

rails g rspec:install

Are the generators not working?

btw, I don’t see rspec listed when I run ‘rails generate’

Did you add rspec-rails to your Gemfile?

Ah, duh :stuck_out_tongue:

I’ll take that to mean you got it working :slight_smile: