>
> It is set in stories/helper.rb, but not working. ./script/generate
> rspec creates a file with:
> ENV['RAILS_ENV']="test"
>
> which is deprecated It should be:
> RAILS_ENV="test"
>
> Changed that and it all worked fine.
>
> Ed
which then promptly broke migrations and other Rakeish thin
On 23.2.2008, at 4.00, Joe Van Dyk wrote:
How are you using both autotest and the stories?
I use Geoffrey's rstakeout (http://nubyonrails.com/articles/automation-with-rstakeout
) to watch a single story (running all stories a la autotest is too
slow) and /app, and autotest in a different ter
On Wed, Feb 20, 2008 at 1:02 AM, Jarkko Laine <[EMAIL PROTECTED]> wrote:
>
> On 19.2.2008, at 20.45, James Deville wrote:
>
> > I set RAILS_ENV in my stories/helper.rb file. That might be a good
> > solution.
> >
> >
>
> Using Webrat for 100% of my stories (and running autotest) and loving
>
On Tue, Feb 19, 2008 at 11:02 PM, Jarkko Laine <[EMAIL PROTECTED]> wrote:
>
> On 19.2.2008, at 20.45, James Deville wrote:
>
> > I set RAILS_ENV in my stories/helper.rb file. That might be a good
> > solution.
> >
> >
> > On Feb 19, 2008, at 10:32 AM, Ed Howland wrote:
> >
> >> Hi,
> >>
>
On Feb 20, 2008 2:02 AM, Jarkko Laine <[EMAIL PROTECTED]> wrote:
>
> On 19.2.2008, at 20.45, James Deville wrote:
>
> > I set RAILS_ENV in my stories/helper.rb file. That might be a good
> > solution.
> >
> >
> > On Feb 19, 2008, at 10:32 AM, Ed Howland wrote:
> >
> >> Hi,
> >>
> >> I am trying to
On 19.2.2008, at 20.45, James Deville wrote:
I set RAILS_ENV in my stories/helper.rb file. That might be a good
solution.
On Feb 19, 2008, at 10:32 AM, Ed Howland wrote:
Hi,
I am trying to get Webrat integrated with RSpec. I've followed the
steps in the various blog posts about this, but h
I set RAILS_ENV in my stories/helper.rb file. That might be a good
solution.
On Feb 19, 2008, at 10:32 AM, Ed Howland wrote:
> Hi,
>
> I am trying to get Webrat integrated with RSpec. I've followed the
> steps in the various blog posts about this, but have one sniggling
> little issue. It migh