Skip to content

Commit

Permalink
Merge bf497f5 into 588b457
Browse files Browse the repository at this point in the history
  • Loading branch information
I left from github. probably committed Sep 22, 2014
2 parents 588b457 + bf497f5 commit 5d1be24
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions ridgepole.gemspec
Expand Up @@ -24,4 +24,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rspec', '>= 3.0.0'
spec.add_development_dependency 'mysql2'
spec.add_development_dependency 'coveralls'
end
6 changes: 6 additions & 0 deletions spec/spec_helper.rb
@@ -1,4 +1,10 @@
$: << File.expand_path('..', __FILE__)

if ENV['TRAVIS']
require 'coveralls'
Coveralls.wear!
end

require 'ridgepole'
require 'ridgepole/cli/config'
require 'active_support/core_ext/string/strip'
Expand Down

0 comments on commit 5d1be24

Please sign in to comment.