Skip to content

Commit

Permalink
Clears connections before each spec
Browse files Browse the repository at this point in the history
This change may have influence on Travis CI builds (1.8.7)
  • Loading branch information
Tomek Maszkowski committed Mar 17, 2012
1 parent 1b65016 commit a94dde6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
Expand Up @@ -40,4 +40,7 @@ def is_stale?
StaleFish.update_stale StaleFish.update_stale
end end


config.before :each do
PivotalTracker::Client.clear_connections
end
end end

0 comments on commit a94dde6

Please sign in to comment.