spec/controllers/handlebars_controller_spec.rb in stache-1.0.0 vs spec/controllers/handlebars_controller_spec.rb in stache-1.0.1
- old
+ new
@@ -21,10 +21,10 @@
get :with_wrapper
assert_response 200
response.should render_template 'with_wrapper'
- response.body.should =~ /Yes/
+ response.body.should =~ /answer: Yes/
ensure
Stache.wrapper_module_name = nil
end
end