Skip to content

Commit

Permalink
fix specs, remove outdated spec helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
svenfuchs committed Oct 31, 2012
1 parent c7bbac5 commit 05e7551
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
5 changes: 0 additions & 5 deletions spec/spec_helper.rb
Expand Up @@ -39,15 +39,10 @@ def require_all(*patterns)

c.before :each do
DatabaseCleaner.start
pusher.reset!

Travis.instance_variable_set(:@config, nil)
Travis.config.domain = 'test.travis-ci.org'

Travis::Event::Handler.instance_variable_set(:@subscriptions, nil)
Travis::Event::Handler::Worker.instance_variable_set(:@queues, nil)
# Travis::Event::Handler::Worker.amqp = Support::Mocks::Amqp.new

Travis::Support::Testing::Webmock.mock!
end

Expand Down
17 changes: 0 additions & 17 deletions spec/support/pusher.rb

This file was deleted.

0 comments on commit 05e7551

Please sign in to comment.