Displaying 1 result from an estimated 1 matches for "standardhelpers".
2006 Nov 07
3
include Helper in context?
...o work in rspec 0.7 ? I''m including them in
the context but the render fails to see it.
If you have it working, I''ll go back and bang my head against it some
more, otherwise I''ll file a bug!
Many thanks,
Jerry
context "account/login (view)" do
include StandardHelpers
specify ''displays title "Login"'' do
self.methods.should_include ''title''
render ''account/login''
response.should_have_tag ''h1'', :content => ''Login''
end
end
# fails with:
ActionView::...