Skip to content

Commit

Permalink
Fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
paulnsorensen committed Jan 30, 2014
2 parents 2b00831 + 9f0d88c commit d057082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
@@ -1,7 +1,7 @@
require 'pry'
require 'database_cleaner'

if RUBY_ENGINE != 'rbx' && ENV['RUN_COVERALLS']
if ENV['RUN_COVERALLS'] && RUBY_ENGINE != 'rbx'
require 'coveralls'
Coveralls.wear!
end
Expand Down

0 comments on commit d057082

Please sign in to comment.