spec/dummy/config/routes.rb in listings-0.0.3 vs spec/dummy/config/routes.rb in listings-0.1.0

- old
+ new

@@ -6,9 +6,10 @@ end end get 'array', to: 'welcome#array' get 'hash', to: 'welcome#hash' + get 'tracks', to: 'welcome#tracks' root to: 'welcome#index' mount Listings::Engine => "/listings" end