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
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
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__), '..',
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
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
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