Re: [rspec-users] "rspec can not be found in vendor/gems, vendor/plugins or system gems" error

2010-11-09 Thread David Chelimsky
On Nov 9, 2010, at 6:38 AM, Dean Richardson wrote: > David Chelimsky wrote in post #960173: >> On Nov 8, 2010, at 12:40 PM, Dean Richardson wrote: >> >>> rspec-rails (1.3.2) >>> >>> I started by installing rspec-rails 1.3.2, then cucumber-rails 0.3.2, >>> then database_cleaner and webrat. I then

Re: [rspec-users] "rspec can not be found in vendor/gems, vendor/plugins or system gems" error

2010-11-09 Thread Dean Richardson
David Chelimsky wrote in post #960173: > On Nov 8, 2010, at 12:40 PM, Dean Richardson wrote: > >> rspec-rails (1.3.2) >> >> I started by installing rspec-rails 1.3.2, then cucumber-rails 0.3.2, >> then database_cleaner and webrat. I then tried to run rake spec and got >> the "rspec can not be found

Re: [rspec-users] "rspec can not be found in vendor/gems, vendor/plugins or system gems" error

2010-11-08 Thread David Chelimsky
On Nov 8, 2010, at 12:40 PM, Dean Richardson wrote: > I'm trying to follow the instructions in the beta version of "The RSpec > Book" to get "BDD in Rails" going. Here are some relevant details: > > Rails version: 2.3.5 > > Local gems: > rspec (2.1.0) > rspec-core (2.1.0) > rspec-expectations (2

[rspec-users] "rspec can not be found in vendor/gems, vendor/plugins or system gems" error

2010-11-08 Thread Dean Richardson
I'm trying to follow the instructions in the beta version of "The RSpec Book" to get "BDD in Rails" going. Here are some relevant details: Rails version: 2.3.5 Local gems: rspec (2.1.0) rspec-core (2.1.0) rspec-expectations (2.1.0) rspec-mocks (2.1.0) rspec-rails (1.3.2) I started by installing

Re: [rspec-users] rspec can not be found

2010-08-26 Thread David Chelimsky
On Aug 26, 2010, at 8:35 AM, dwayne wrote: > Hi guys: > > I'm trying to get my RVM/Rails 2 and 3 mixed environment set up, and > I'm still running into problems. Not sure if that's related to rspec > not being found, but here's what's happening: > > $ rake spec --trace > (in /Users/dwayne/Sites/

[rspec-users] rspec can not be found

2010-08-26 Thread dwayne
Hi guys: I'm trying to get my RVM/Rails 2 and 3 mixed environment set up, and I'm still running into problems. Not sure if that's related to rspec not being found, but here's what's happening: $ rake spec --trace (in /Users/dwayne/Sites/casehandler_rails) ** Invoke spec (first_time) ** Invoke db: