cavalle / steak

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

rails console => "irb: warn: can't alias context from irb_context" #16

Closed medihack closed 14 years ago

medihack commented 14 years ago

When having Steak in the group development of the Gemfile (as recommended in the README) and running "rails console" the following warning occurs: "irb: warn: can't alias context from irb_context." I am not sure what it means, nor do I have any negative effects. I am pretty sure that it has to do something with Steak, as when I move it in a test group only (or comment it out in the Gemfile), the warning disappears. I am using the latest Steak from Github master branch with Rails 3 final.

cavalle commented 14 years ago

I've been unable to reproduce the problem. This is what I've tried:

And I get no warning. Could you be more specific about gem versions and steps to reproduce the problem?

medihack commented 14 years ago

Thanks for the answer ... it is indeed also no problem for me anymore using rspec 2.0.0 beta 22.