
undefined method `configuration' for Webrat:Module with have_selector
Reported by Bryan Helmkamp | January 17th, 2010 @ 06:32 PM
Copied from GitHub issue # 31
Created 2 months ago by bommaritobrianmatthew
I am using the webrat integration with rspec, and in a view spec I have this line:
response.should have_selector("form",
:method => 'post',
:action => beta_invite_path
) do |form|; end
When I have that in the spec, I get an error about an undefined method 'configuration' for Webrat:Module. As soon as I remove/comment that out, it runs just fine.
No comments found
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Ruby Acceptance Testing for Web applications.