Re: [rspec-users] RSpec2 not supported in Netbeans

2010-12-10 Thread Paul Nelligan
Generally I use the command line for testing. Netbeans can be a little flakey. That said, check the config of your project in netbeans. Some of the defaults applied by netbeans aren't always the correct options. sent via Android mobile On 10 Dec 2010 17:11, "George Dinwiddie" wrote: > On 12/

Re: [rspec-users] Testing update, flash[:error]

2010-11-22 Thread Paul Nelligan
t a simple case of 'what's accessible in the controller is accessible in the controller spec' (for example) ?, or is it more complicated ? cheers On Mon, Nov 22, 2010 at 9:55 PM, Robert Dober wrote: > On Mon, Nov 22, 2010 at 4:04 PM, Paul Nelligan wrote: > > Hi Andrew &

Re: [rspec-users] Testing update, flash[:error]

2010-11-22 Thread Paul Nelligan
Hi Andrew I suspect that flash[:error] is not a valid identifier, and therefore is returning a nil value. Hope this is of use to you. Paul On Mon, Nov 22, 2010 at 2:00 PM, Andrew Davis wrote: > Hello everyone, > > I'm trying to write a failure test for updating a model, but the > flash[:erro

Re: [rspec-users] "no such file to load -- sqlite3" error

2010-11-11 Thread Paul Nelligan
Hi Dean it seems that you have sqlite3-ruby installed, but not sqlite3 installed ... 'gem install sqlite3' might fix it ? cheers Paul On Thu, Nov 11, 2010 at 12:49 PM, Dean Richardson wrote: > David: > > Thanks for your help. I've followed the set-up instructions in the "BDD > in Rails" chapte