spec/test_app/config/routes.rb in hyper-i18n-0.99.6 vs spec/test_app/config/routes.rb in hyper-i18n-1.0.alpha1

- old
+ new

@@ -1,4 +1,4 @@ Rails.application.routes.draw do - mount Hyperloop::Engine => "/hyperloop_engine" + mount Hyperstack::Engine => "/hyperstack_engine" # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html end