test/generators/views_generator_test.rb in devise-2.0.0.rc vs test/generators/views_generator_test.rb in devise-2.0.0.rc2

- old
+ new

@@ -44,9 +44,9 @@ assert_file "app/views/#{scope}/passwords/edit.html.erb" assert_file "app/views/#{scope}/passwords/new.html.erb" 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}/unlocks/new.html.erb" + assert_file "app/views/#{scope}/_links.erb" end end