Re: [rspec-users] how can shared examples be shared across gems?

2011-12-13 Thread David Chelimsky
On Dec 13, 2011, at 6:30 PM, Lille wrote: I moved your post to the bottom. Please read http://idallen.com/topposting.html and please bottom post or inline post so readers can more easily follow the thread. > On Dec 12, 9:06 am, David Chelimsky wrote: >> On Dec 11, 2011, at 4:02 PM, Lille wrote

Re: [rspec-users] problem running tests of helpers

2011-12-13 Thread Phillip Koebbe
On Dec 13, 2011, at 6:39 PM, Jamie Orchard-hays wrote: > Did you ever find a work-around? My Helper Specs are broken in Ruby > 1.9.2, Rails 2.3.14, but fine in Ruby 1.8.7. > > I get > > undefined method `response=' for nil:NilClass > > The nil class is @controller. > > Been pulling my hair o

Re: [rspec-users] how can shared examples be shared across gems?

2011-12-13 Thread Lille
Thank you. Here is what I did to conform my gem spec to the conventions suggested at https://www.relishapp.com/rspec/rspec-core/docs/example-groups/shared-examples... my spec/spec_helper.rb... $LOAD_PATH.unshift(File.dirname(__FILE__)) $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..',

Re: [rspec-users] problem running tests of helpers

2011-12-13 Thread Jamie Orchard-hays
Did you ever find a work-around? My Helper Specs are broken in Ruby 1.9.2, Rails 2.3.14, but fine in Ruby 1.8.7. I get undefined method `response=' for nil:NilClass The nil class is @controller. Been pulling my hair out on this. I've been searching the 'net for this problem, but finding almos

[rspec-users] RSpec's RDoc

2011-12-13 Thread David Chelimsky
Hey all, I've been (finally) investing some time in RSpec's RDoc. It's gotten a lot better, but there is definitely more work to do. If you're interested in helping out, please peruse the docs for each lib and file github issues for any inaccurate, missing or confusing content. For those unfam

[rspec-users] RSpec TextMate bundle maintainer?

2011-12-13 Thread David Chelimsky
Hi all, I'm looking for volunteers to help maintain the RSpec TextMate bundle. I stopped using TextMate as my main editor two years ago now,* so I don't have day to day experience with it, and I can barely keep up with maintaining the RSpec core libs as it is. We rarely get issues reported on