Skip to content

Commit

Permalink
Trying coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodecurnex committed Apr 12, 2013
1 parent be01a75 commit 4435446
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Gemfile.lock
Expand Up @@ -9,12 +9,23 @@ PATH
GEM
remote: https://rubygems.org/
specs:
colorize (0.5.8)
coveralls (0.6.5)
colorize
multi_json (~> 1.3)
rest-client
simplecov (>= 0.7)
thor
diff-lcs (1.2.2)
excon (0.20.1)
git (1.2.5)
heroku-api (0.3.9)
excon (~> 0.20.1)
mime-types (1.22)
multi_json (1.7.2)
rake (10.0.4)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (2.13.0)
rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0)
Expand All @@ -23,12 +34,18 @@ GEM
rspec-expectations (2.13.0)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.13.0)
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
thor (0.18.1)
trollop (2.0)

PLATFORMS
ruby

DEPENDENCIES
coveralls
rake (~> 10.0.4)
rspec (~> 2.13.0)
supercarrier!
3 changes: 3 additions & 0 deletions spec/support/spec_helper.rb
@@ -1,7 +1,10 @@
require_relative '../../lib/supercarrier'

require 'coveralls'
require 'rspec'

Coveralls.wear!

TEST_REPO_URI = 'https://github.com/robertodecurnex/dummy_repo.git'

RSpec.configure do |config|
Expand Down
1 change: 1 addition & 0 deletions supercarrier.gemspec
Expand Up @@ -17,6 +17,7 @@ Gem::Specification.new do |s|
s.add_dependency 'heroku-api', '~> 0.3.0'
s.add_dependency 'trollop', '~> 2.0.0'

s.add_development_dependency 'coveralls'
s.add_development_dependency 'rake', '~> 10.0.4'
s.add_development_dependency 'rspec', '~> 2.13.0'
end

0 comments on commit 4435446

Please sign in to comment.