Skip to content

Commit

Permalink
update dump to include cached similarity for test purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
danReynolds committed Jun 30, 2018
1 parent 6c9f0f0 commit 8b27a5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified data/dump.rdb
Binary file not shown.
2 changes: 1 addition & 1 deletion spec/controllers/champions_controller_spec.rb
Expand Up @@ -26,7 +26,7 @@
champion_params[:list_position] = 20
end

it 'should detail that only the top 10 similaritys are stored' do
it 'should detail that only the top 10 similarities are stored' do
post action, params: params
expect(speech).to eq 'We only record the ten closest friends for any champion, we do not want them getting too chummy.'
end
Expand Down

0 comments on commit 8b27a5b

Please sign in to comment.