Re: [rspec-users] Rake generate - not generating spec files

2011-04-02 Thread Yuvan
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

Re: [rspec-users] Rake generate - not generating spec files

2011-02-22 Thread Pixel
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

Re: [rspec-users] Rake generate - not generating spec files

2011-02-22 Thread David Chelimsky
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

[rspec-users] Rake generate - not generating spec files

2011-02-22 Thread Jason Nah
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