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
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
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
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