[rspec-users] Errors when running AUTOFEATURE=true autospec [cucumber, autotest]

2009-07-24 Thread Andy Pearson
Hey List, Hope all is well, I haven't been keeping up with the list whilst I wasn't doing much Rails work but I'm back in the game and looking forward to seeing how far things have progressed! I think I have probably mentioned this already on the list, but just to reiterate: I am a beginn

Re: [rspec-users] Errors when running AUTOFEATURE=true autospec [cucumber, autotest]

2009-07-25 Thread Andy Pearson
Wanted to add some more information to this Since Cucumber seemed to be working, I created a feature and used it to drive the initial creation of a new controller. Once the route was done I dropped down to a controller spec and wrote the controller code that makes it pass. Now when I run AUT

Re: [rspec-users] Errors when running AUTOFEATURE=true autospec [cucumber, autotest]

2009-07-28 Thread Andy Pearson
Hey David, > Looks like two versions of rspec are getting loaded: > > /Library/Ruby/Gems/1.8/gems/rspec-1.2.8 > /Users/andypearson/.gem/ruby/1.8/gems/rspec-1.1.12 > > Do you need rspec-1.1.12 for some reason? I'm not sure why it's > getting loaded, but I'm quite confident it won't get loaded if it

[rspec-users] [rspec, rails] A quick code review, to help a beginner

2009-07-30 Thread Andy Pearson
Hey List, This is probably a bit cheeky, but I thought it may be worth a try. I have just started a new rails app, which I am going to try and drive with Rspec and Cucumber as best as I can. I have just finished a couple of tests, and a couple of lines of a Model and I was wondering whether I co

[rspec-users] Writing Specifications for Custom Form Builders (and Helpers)

2007-12-09 Thread Andy Pearson
Hello all, Long time reader, first time poster! I am a relative newcomer (no idea what on earth I am doing) to Ruby, Rails and Rspec and have a feeling I am probably trying to run before I know how to walk. I had imagined a cool way of outputting a div around some form stuff which would ha