Do not use unicode characters

Ruby 1.9.3 doesn't like them.
This commit is contained in:
Yuki Nishijima 2014-03-12 21:08:57 -07:00
parent c0619af179
commit 0e0af13665
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ describe 'Kaminari::Helpers::Paginator' do
{
:authenticity_token => "token",
:commit => "submit",
:utf8 => "",
:utf8 => "true",
:_method => "patch"
}
end