spec/test_app/config/routes.rb in tablecloth-rails-1.0.100 vs spec/test_app/config/routes.rb in tablecloth-rails-1.0.101

- old
+ new

@@ -1,3 +1,4 @@ +# encoding: utf-8 Rails.application.routes.draw do - get '/', to: 'application#index' + get '/', :to => 'application#index' end