gemをインストールwill_paginate-bootstrap
してテンプレートに追加しました
<%= will_paginate, renderer: BootstrapPagination::Rails %>
そして今、私のテストは失敗しています
Failure/Error: visit users_path
ActionView::Template::Error:
/Users/user/dev/rails/my/app_rails/app/views/users/index.html.erb:10: syntax error, unexpected tLABEL, expecting '='
...end= ( will_paginate, renderer: BootstrapPagination::Rails )...
... ^
# <internal:prelude>:10:in `synchronize'
# ./spec/requests/user_pages_spec.rb:24:in `block (4 levels) in <top (required)>'
このメッセージはどういう意味ですか?壊れたテストを修正するにはどうすればよいですか?