[rspec-users] Happy Christmas Thread

2008-12-24 Thread Andrew Premdas
Happy X-MAS all you rspeccers and cucumberists :-) ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

Re: [rspec-users] Nokogiri 1.1.0 and ActiveRecord 2.2.0

2008-12-24 Thread Josh Knowles
On Wed, Dec 24, 2008 at 9:58 AM, James Byrne wrote: > Just a heads up. I updated my nokogiri gem to 1.1.0 yesterday and could > not run rake features thereafter. I had to drop back to 1.0.7. I have > reported this problem on the project page at rubyforge. This problem exists in the Webrat gem u

Re: [rspec-users] newbie cucumber tutorial

2008-12-24 Thread Mark Wilden
On Wed, Dec 24, 2008 at 1:32 AM, Matt Wynne wrote: > Is that some kind of trick to create multiple >> inheritance? >> > > Not really in that particular case. Ruby modules generally allow you to do > multiple inheritance by 'mixing in' behaviour to classes, but that would be > when you use 'inclu

[rspec-users] Nokogiri 1.1.0 and ActiveRecord 2.2.0

2008-12-24 Thread James Byrne
Just a heads up. I updated my nokogiri gem to 1.1.0 yesterday and could not run rake features thereafter. I had to drop back to 1.0.7. I have reported this problem on the project page at rubyforge. This is what I see: /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependen

Re: [rspec-users] [ANN] Cucumber 0.1.13

2008-12-24 Thread Jonathan Linowes
I've been putting step helper methods in the same file as the step definitions. Do you think I should split them into separate support files? On Dec 24, 2008, at 6:10 AM, aslak hellesoy wrote: What's this about support/* files? Is there some convention emerging around structuring the feat

Re: [rspec-users] [ANN] Cucumber 0.1.13

2008-12-24 Thread aslak hellesoy
On Wed, Dec 24, 2008 at 11:17 AM, Matt Wynne wrote: > > On 20 Dec 2008, at 21:02, aslak hellesoy wrote: > > It's time for some new features again. Output is now much better since you >> can use diffing, tweak >> the output colours and get the full --backtrace if you want. Managing your >> suppor

Re: [rspec-users] [ANN] Cucumber 0.1.13

2008-12-24 Thread Matt Wynne
On 20 Dec 2008, at 21:02, aslak hellesoy wrote: It's time for some new features again. Output is now much better since you can use diffing, tweak the output colours and get the full --backtrace if you want. Managing your support/* files became a little easier since they are now always loaded

Re: [rspec-users] newbie cucumber tutorial

2008-12-24 Thread Matt Wynne
On 24 Dec 2008, at 02:26, Sarah Allen wrote: Matt Wynne wrote: ActiveRecord::Validations uses a trick that's used widely in rails, and is arguably[1] becoming a Ruby idiom, apparently. This is the interesting bit, around line #275: def self.included(base) # :nodoc: base.extend Clas