[rspec-users] Understanding before(:all)

2009-01-14 Thread David Richards
I had, for historic reasons, a setup on a group of specs: before(:all) do @contents = [%w(this that), %w(this other)] FasterCSV.stub!(:open).and_return(@contents) @filename = 'test_filename' end When I ran the single file (spec spec/transformer/csv_spec.rb), all my specs passed.

[rspec-users] Spam Protection

2008-01-18 Thread David Richards
I was disgruntled with the amount of spam I was getting, so I started setting up accounts for the various mailing lists I listen to. I use [EMAIL PROTECTED] to read the mail here. Along with the rspec news that comes over this channel, I'm getting more and more spam addressed to this

Re: [rspec-users] RSpec Book(s) on the radar

2007-10-05 Thread David Richards
Thank you, thank you, thank you! On Oct 5, 2007, at 7:26 AM, David Chelimsky wrote: On 10/5/07, Cody P. Skidmore [EMAIL PROTECTED] wrote: I just found this one: http://tinyurl.com/3c3mfa David, are there any other RSpec books in the works? Yes! Alsak and I are writing Behaviour Driven