Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
mnoack committed Jun 17, 2015
1 parent d5c7632 commit 86ecfd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/feefo_review_fetcher_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

let(:feefo_review_fetcher) do
config = {
'account' => 'www.sealinktravelgroup.com.au/SeaLink KI',
'time_to_cache_reviews' => 25,
'review_limit' => 9
account: 'www.sealinktravelgroup.com.au/SeaLink KI',
time_to_cache_reviews: 25,
review_limit: 9
}
FeefoReviewFetcher.new('HTCC', config, cache)
end
Expand Down

0 comments on commit 86ecfd4

Please sign in to comment.