I had a similar problem, then I noticed that I didn't include gem
'rspec-rails' in my development environment like what David mentioned
above.
That fixed the problem I had. I'm running the following stack:
- rails 3.0.3
-
- rake (0.8.7)
- rspec 2.5.0
- rspec-rails 2.5.0
On Feb 23, 10
On Tue, Feb 22, 2011 at 8:35 PM, Jason Nah wrote:
> 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 rspe
On Feb 22, 2011, at 8:35 PM, Jason Nah wrote:
> 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 rs
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 g