Skip to content

Commit

Permalink
Add Coveralls (code coverage service)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstotz committed Sep 17, 2013
1 parent aa4b118 commit a31b111
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ group :test do
gem 'rake'
gem 'rspec', '~> 2.11'
gem 'webmock', :require => false
gem 'coveralls', :require => false
end

group :development do
gem 'pry'
gem 'ZenTest'
end
21 changes: 19 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,29 @@ PATH
GEM
remote: https://rubygems.org/
specs:
ZenTest (4.6.2)
addressable (2.2.8)
coderay (1.0.7)
coveralls (0.6.9)
multi_json (~> 1.3)
rest-client
simplecov (>= 0.7)
term-ansicolor
thor
crack (0.3.1)
diff-lcs (1.1.3)
hashie (1.2.0)
json (1.7.4)
method_source (0.8)
mime-types (1.25)
multi_json (1.8.0)
patron (0.4.18)
pry (0.9.10)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.3.1)
rake (0.9.2.2)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (2.11.0)
rspec-core (~> 2.11.0)
rspec-expectations (~> 2.11.0)
Expand All @@ -32,7 +41,15 @@ GEM
rspec-expectations (2.11.2)
diff-lcs (~> 1.1.3)
rspec-mocks (2.11.1)
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
slop (3.3.2)
term-ansicolor (1.2.2)
tins (~> 0.8)
thor (0.18.1)
tins (0.9.0)
webmock (1.8.8)
addressable (~> 2.2.8)
crack (>= 0.1.7)
Expand All @@ -41,7 +58,7 @@ PLATFORMS
ruby

DEPENDENCIES
ZenTest
coveralls
pry
rake
rspec (~> 2.11)
Expand Down
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
require 'coveralls'
Coveralls.wear!

require 'sagamore-client'
require 'webmock/rspec'
require 'shared_client_context'
Expand Down
Binary file removed vendor/cache/ZenTest-4.6.2.gem
Binary file not shown.
Binary file added vendor/cache/coveralls-0.6.9.gem
Binary file not shown.
Binary file added vendor/cache/mime-types-1.25.gem
Binary file not shown.
Binary file added vendor/cache/multi_json-1.8.0.gem
Binary file not shown.
Binary file added vendor/cache/rest-client-1.6.7.gem
Binary file not shown.
Binary file added vendor/cache/simplecov-0.7.1.gem
Binary file not shown.
Binary file added vendor/cache/simplecov-html-0.7.1.gem
Binary file not shown.
Binary file added vendor/cache/term-ansicolor-1.2.2.gem
Binary file not shown.
Binary file added vendor/cache/thor-0.18.1.gem
Binary file not shown.
Binary file added vendor/cache/tins-0.9.0.gem
Binary file not shown.

0 comments on commit a31b111

Please sign in to comment.