Skip to content

Commit

Permalink
Local tests have the 'stats' host defined for the default transport. …
Browse files Browse the repository at this point in the history
…Travis tests fail due to unneeded locals using the default transport
  • Loading branch information
Sean Treadway committed Jun 18, 2012
1 parent 49dea99 commit 5f77fd2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/statsy_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ def setup
end

def test_subclass_should_override_write_with_full_frobbing
transport = Statsy::Transport::Queue.new
client = Statsy::Client.new()

@client.increment("foo.stat", 1)
@client.measure("foo.mess", 100)

Expand Down

0 comments on commit 5f77fd2

Please sign in to comment.