This commit is contained in:
Akira Matsuda 2016-11-24 11:37:41 +09:00
parent 445f2ed2aa
commit 1353aa4978
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ if defined?(::Rails::Railtie) && defined?(::ActionView)
test 'out of range' do test 'out of range' do
users = User.page(5) users = User.page(5)
assert_nil view.link_to_next_page(users, 'More', params: {controller: 'users', action: 'index'}) assert_nil view.link_to_previous_page(users, 'Previous', params: {controller: 'users', action: 'index'})
end end
end end