Fix rspec tests.

This commit is contained in:
Guo Xiang Tan
2017-03-20 12:34:56 +08:00
parent 6057e17ae7
commit a1d04a7a9a
2 changed files with 7 additions and 7 deletions

View File

@ -10,7 +10,7 @@ describe UserAvatarsController do
end
it 'returns an avatar if we are allowing the proxy' do
response = get :show_proxy_letter, version: 'v2', letter: 'a', color: 'aaaaaa', size: 20
response = get :show_proxy_letter, version: 'v2', letter: 'a', color: 'aaaaaa', size: 360
expect(response.status).to eq(200)
end
end