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

- old
+ new

@@ -1,7 +1,11 @@ Dummy::Application.routes.draw do get 'stache', :to => 'stache#index', :as => 'stache' + get 'stache/with_layout', :to => 'stache#with_layout' + + get 'stache/helper', :to => 'stache#helper' + get 'stache/with_partials', :to => 'stache#with_partials' get 'stache/with_asset_helpers', :to => 'stache#with_asset_helpers' get 'handlebars', :to => 'handlebars#index', :as => 'handlebars'