On Nov 8, 2010, at 6:12 PM, Robert Stagner wrote:
> I've recently installed a copy of rspec (2.0.0) on my Linux distribution
> (Ubuntu 9.10). All went well. However, when I attempt to access cucumber
> from the shell, like so
You mean "attempt to access rspec," right?
> $ rspec --help
>
In case there are other people trying to do the same thing, webrat's
implementation of attach_file has changed somewhat. See this URL for the
current method to attach a file in your multipart form:
http://gitrdoc.com/rdoc/brynary/webrat/273e8c541a82ddacf91f4f68ab6166c16ffdc9c5/classes/Webrat/Scope
I've recently installed a copy of rspec (2.0.0) on my Linux distribution
(Ubuntu 9.10). All went well. However, when I attempt to access cucumber
from the shell, like so
$ rspec --help
I receive the following:
No command 'rspec' found
I know there is a simple solution to this, likely dealing
Agreed. I switched to github when I realized there was a delay posting
here... These came in through after that.
On Nov 8, 11:24 am, David Chelimsky wrote:
> Let's stick w/ the github issue. No need to do this on two paths.
>
> Thx
>
> On Nov 8, 2010, at 11:26 AM, lardawge wrote:
>
>
>
>
>
> > I
Let's stick w/ the github issue. No need to do this on two paths.
Thx
On Nov 8, 2010, at 11:26 AM, lardawge wrote:
> I created a sample app that this was repeatable in and would be happy
> to put it up on github... here is the gist of it:
>
> https://gist.github.com/667961
>
> On Nov 7, 5:56 a
I created a sample app that this was repeatable in and would be happy
to put it up on github... here is the gist of it:
https://gist.github.com/667961
On Nov 7, 5:56 am, David Chelimsky wrote:
> On Nov 6, 2010, at 9:15 PM, lardawge wrote:
>
> > I am transitioning a Rails 2 app to Rails 3, Rspec
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
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
Ok, here is the entire example app:
https://github.com/lardawge/will_paginate_failing_spec
On Nov 7, 5:56 am, David Chelimsky wrote:
> On Nov 6, 2010, at 9:15 PM, lardawge wrote:
>
> > I am transitioning a Rails 2 app to Rails 3, Rspec 2 and have several
> > controller where I test collect.should