Skip to content

Commit

Permalink
tweak spec to reflect that results is a ActiveRecord::Relation
Browse files Browse the repository at this point in the history
  • Loading branch information
ajb committed Jun 3, 2015
1 parent a6e9213 commit bcc8493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/performance/slow_filterer_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
end

x.report('filterer instantiation') do
SlowFilterer.new(params)
SlowFilterer.filter(params).to_a
end
end
end
Expand Down

0 comments on commit bcc8493

Please sign in to comment.