cavalle / steak

DISCONTINUED - The delicious combination of RSpec and Capybara for Acceptance BDD
MIT License
763 stars 32 forks source link

RSpec Deprecation warnings #40

Closed haarts closed 13 years ago

haarts commented 13 years ago

Including Steak will result in deprecation warnings (which somewhat obscurely seem to originate from bundler):

*****************************************************************
DEPRECATION WARNING: you are using a deprecated constant that will
be removed from a future version of RSpec.

/Users/xxxx/.rvm/gems/ree-1.8.7-2011.03/gems/bundler-1.0.12/lib/bundler/runtime.rb:68:in `require'

* Rspec is deprecated.
* RSpec is the new top-level module in RSpec-2
***************************************************************
cavalle commented 13 years ago

There is no reference to the Rspec constant in Steak. It might be that you have a reference to that constant in a helper file (like acceptance_helper and spec_helper)

If you're confirm this is a Steak problem please reopen the ticket and provide more info like Gemfile.lock and how to get that warning.