HI,
After I upgraded to RSpec 1.1.4 (from git), my stories all failed. I
was using Webrat and the first thing I noticed was the 'visits' method
was gone. I then backtracked to just using 'get' and got the same
undefined method exception. I confirmed it was still working in 1.1.3
Eventually, I got it to work doing this:
in my first Given:
@app = ActionController::Integration::Session.new
in some When
@app.get page
or using Webrat:
@aop.visits "/"
@app.fills_in field, :with => value
Anyone els seen this? Why is creating the AIS needed?
Thanks
Ed
.
--
Ed Howland
http://greenprogrammer.blogspot.com
_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users