Re: [rspec-users] Problem with spec_helper

2010-08-26 Thread Daniel Lidström
On 26 Aug, 15:25, Brennon Bortz wrote: > Would not having run "rails generate rspec:install" cause this problem? > > On 26 Aug 2010, at 14:21, David Chelimsky wrote: > > > On Aug 22, 2010, at 2:10 PM, Daniel Lidström wrote: > > >> > >> So it seems spec_helper is not being found, am I right? A sea

Re: [rspec-users] Problem with spec_helper

2010-08-26 Thread Brennon Bortz
Would not having run "rails generate rspec:install" cause this problem? On 26 Aug 2010, at 14:21, David Chelimsky wrote: > On Aug 22, 2010, at 2:10 PM, Daniel Lidström wrote: > >> >> So it seems spec_helper is not being found, am I right? A search of my >> system (Ubuntu 10.04) shows this file

Re: [rspec-users] Problem with spec_helper

2010-08-26 Thread David Chelimsky
On Aug 22, 2010, at 2:10 PM, Daniel Lidström wrote: > Hello, > > I am a complete newbie to both ruby and rspec. I am following the > steps in the railstutorial.org book to learn ruby on rails. The > current step involves setting up rspec for the tests, and this is > where I am stuck. Here's what

[rspec-users] Problem with spec_helper

2010-08-26 Thread Daniel Lidström
Hello, I am a complete newbie to both ruby and rspec. I am following the steps in the railstutorial.org book to learn ruby on rails. The current step involves setting up rspec for the tests, and this is where I am stuck. Here's what I am doing: $ cat spec/controllers/pages_controller_spec.rb req