config/routes.rb in test_track-0.0.1 vs config/routes.rb in test_track-0.0.3
- old
+ new
@@ -1,5 +1,5 @@
TestTrack::Engine.routes.draw do
- root :to => "tests#index"
+ root :to => "tests#index"
match '/jasmine' => 'tests#jasmine' , :as => :jasmine
- match '/qunit' => 'tests#qunit' , :as => :qunit
+ match '/qunit' => 'tests#qunit' , :as => :qunit
end