Re: [rspec-users] How to setup rspec to be included on the PATH

2010-11-08 Thread David Chelimsky
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 >

Re: [rspec-users] uploads with webrat in stories

2010-11-08 Thread Chong kee Tan
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

[rspec-users] How to setup rspec to be included on the PATH

2010-11-08 Thread Robert Stagner
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

Re: [rspec-users] WillPaginate::Collection not detectible in assigns?

2010-11-08 Thread lardawge
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

Re: [rspec-users] WillPaginate::Collection not detectible in assigns?

2010-11-08 Thread David Chelimsky
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

Re: [rspec-users] WillPaginate::Collection not detectible in assigns?

2010-11-08 Thread lardawge
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

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] WillPaginate::Collection not detectible in assigns?

2010-11-08 Thread lardawge
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