mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
fix failing spec
This commit is contained in:
parent
34deb9180b
commit
00372cf41c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ feature 'Users' do
|
|||
1.upto(100) {|i| User.create! :name => "user#{'%03d' % i}" }
|
||||
end
|
||||
scenario 'navigating by pagination links' do
|
||||
visit users_path
|
||||
visit '/users'
|
||||
|
||||
within 'nav.pagination' do
|
||||
within 'span.page.current' do
|
||||
|
|
Loading…
Reference in a new issue