From dchelimsky at gmail.com Thu Jul 16 22:25:40 2009 From: dchelimsky at gmail.com (David Chelimsky) Date: Thu, 16 Jul 2009 21:25:40 -0500 Subject: [rspec-devel] [ANN] rspec 1.2.8 Released Message-ID: <57c63afe0907161925t2dbdb65fqbea0159ff8a4fae6@mail.gmail.com> rspec version 1.2.8 has been released! * * * * * Behaviour Driven Development for Ruby. Changes: ### Version 1.2.8 / 2008-07-16 * enhancements * better messages for should[_not] be_nil (Chad Humphries and Rob Sanheim) * should and should_not accept optional custom message (suggestion from Rob Sanheim) * result.should be_nil, "expected result to be nil" * added 'spec/stubs/cucumber' to plug RSpec's stubbing framework into Cucumber scenarios. * added unstub method to remove a stub mid-example (Scott Taylor). Closes #853. * add more readable diff when expected and actual are hashes (Ryan Bigg). Closes #848. * bug fixes * fixed --line option for ruby 1.9.1 * fix stub_chain conflict between two chains starting with the same message (Mike Rohland). Closes #846. From dchelimsky at gmail.com Sun Jul 19 12:03:44 2009 From: dchelimsky at gmail.com (David Chelimsky) Date: Sun, 19 Jul 2009 11:03:44 -0500 Subject: [rspec-devel] help with a method name for a new feature request Message-ID: <57c63afe0907190903t2f7da7do51221553a3f7d18f@mail.gmail.com> Hey all, I need some help with a method name. Please read and comment in https://rspec.lighthouseapp.com/projects/5645-rspec/tickets/857. Thanks, David