Merge pull request #3152 from DamirSvrtan/master

Rename links.erb to links.html.erb
This commit is contained in:
José Valim
2014-08-17 18:38:15 -04:00
2 changed files with 1 additions and 1 deletions

View File

@@ -78,7 +78,7 @@ class ViewsGeneratorTest < Rails::Generators::TestCase
assert_file "app/views/#{scope}/registrations/new.html.erb"
assert_file "app/views/#{scope}/registrations/edit.html.erb"
assert_file "app/views/#{scope}/sessions/new.html.erb"
assert_file "app/views/#{scope}/shared/_links.erb"
assert_file "app/views/#{scope}/shared/_links.html.erb"
assert_file "app/views/#{scope}/unlocks/new.html.erb"
end