Fix tests

This commit is contained in:
David Heinemeier Hansson 2015-12-17 11:49:06 +01:00
parent 7cf856e91f
commit d15de0cfb8

@ -265,7 +265,6 @@ def test_route_should_add_data_with_an_new_line
routes = <<-F
Rails.application.routes.draw do
root 'welcome#index'
mount ActionCable.server => '/cable'
end
F
@ -277,7 +276,6 @@ def test_route_should_add_data_with_an_new_line
Rails.application.routes.draw do
resources :product_lines
root 'welcome#index'
mount ActionCable.server => '/cable'
end
F
assert_file "config/routes.rb", routes