spec/dummy/config/routes.rb in stache-1.0.0 vs spec/dummy/config/routes.rb in stache-1.0.1

- old
+ new

@@ -9,9 +9,13 @@ get 'stache/with_asset_helpers', :to => 'stache#with_asset_helpers' get 'stache/with_wrapper', :to => 'stache#with_wrapper' + get 'stache/no_format_in_extension', :to => 'stache#no_format_in_extension' + + get 'stache/no_format_in_extension_with_wrapper', :to => 'stache#no_format_in_extension_with_wrapper' + get 'handlebars', :to => 'handlebars#index', :as => 'handlebars' get 'handlebars/with_partials', :to => 'handlebars#with_partials' get 'handlebars/with_helpers', :to => 'handlebars#with_helpers'