Reply to comment
Patch to get rid of rspec warnings
I started playing with rspec and am getting some annoying warnings. I created a simple patch to get rid of the warnings.
Get the patch Here.
It gets rid of the following three warnings:
/usr/lib/ruby/gems/1.8/gems/rspec-1.1.12/lib/spec/runner/options.rb:93: warning: instance variable @files_loaded not initialized
/usr/lib/ruby/gems/1.8/gems/rspec-1.1.12/lib/spec/runner.rb:45: warning: instance variable @already_registered_at_exit_hook not initialized
/usr/lib/ruby/gems/1.8/gems/rspec-1.1.12/lib/spec/example/example_group_methods.rb:243: warning: instance variable @all_before_each_parts not initialized
