summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
Diffstat (limited to 'features')
-rw-r--r--features/step_definitions/search_steps.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/step_definitions/search_steps.rb b/features/step_definitions/search_steps.rb
index 67a1481..0b098fd 100644
--- a/features/step_definitions/search_steps.rb
+++ b/features/step_definitions/search_steps.rb
@@ -1,6 +1,6 @@
When /^I search for (.*)$/ do |term|
@scores ||= {}
- @scores[term] = RockScore.for_term(term)
+ @scores[term] = ScoreCache.for_term(term)
end
Then /^apple should have a higher score than microsoft$/ do