Skip to content

Commit

Permalink
Fixing possible issues with Coveralls.io setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
veloper committed Jun 23, 2013
1 parent 645a97f commit 35a1e67
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# https://coveralls.io Integration
require 'coveralls'
Coveralls.wear_merged!

# Gem
require 'rend/acl'

Expand All @@ -12,8 +16,4 @@
# Optionally try to use TURN gem if we're in a RUBY_VERSION >= 1.9.3 environment
if Gem::Version.new(RUBY_VERSION) > Gem::Version.new('1.9.2')
begin; require 'turn/autorun'; rescue LoadError; end
end

# https://coveralls.io Integration
require 'coveralls'
Coveralls.wear!
end

0 comments on commit 35a1e67

Please sign in to comment.