Skip to content

Commit

Permalink
Don't trigger Kiss Metrics events during automated tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwelch committed Sep 26, 2014
1 parent 88b859c commit d18d6f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
config.before(:each) do
# Stub methods on Docker client
Docker::Container.stub(:get).and_return({})
KMTS.stub(:record)
KMTS.stub(:alias)

# Stub methods on PanamaxAgent::Journal::Client
journal_client = double(:journal_client)
Expand Down

0 comments on commit d18d6f1

Please sign in to comment.