spec/controllers/handlebars_controller_spec.rb in stache-1.0.2 vs spec/controllers/handlebars_controller_spec.rb in stache-1.0.3
- old
+ new
@@ -39,10 +39,10 @@
it "correctly uses helpers" do
get :with_helpers
assert_response 200
- response.body.should =~ /Here's an image_path=\/assets\/image\.png/
+ response.body.should =~ /Here's an image_path=\/images\/image\.png/
response.body.should =~ /Here's a capitalized string: Lowercase/
end
it "doesn't blow up if it is missing data" do
get :with_missing_data