Rename links.erb to links.html.erb

This commit is contained in:
Damir Svrtan 2014-08-18 00:15:25 +02:00
parent 6e95b66b54
commit df9712bbe4
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