added coveralls

This commit is contained in:
Colin Surprenant 2013-07-25 15:20:23 -04:00
parent 4d7bf4879f
commit ab6e0b0eb5
3 changed files with 21 additions and 0 deletions

View File

@ -2,6 +2,8 @@ source "https://rubygems.org"
gemspec
gem 'coveralls', require: false
group :topology do
gem "redis"
end

View File

@ -7,9 +7,20 @@ PATH
GEM
remote: https://rubygems.org/
specs:
colorize (0.5.8)
coveralls (0.6.7)
colorize
multi_json (~> 1.3)
rest-client
simplecov (>= 0.7)
thor
diff-lcs (1.2.4)
mime-types (1.23)
multi_json (1.7.7)
rake (10.0.4)
redis (3.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)
@ -18,11 +29,17 @@ GEM
rspec-expectations (2.13.0)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.13.1)
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
thor (0.18.1)
PLATFORMS
java
DEPENDENCIES
coveralls
redis
redstorm!
rspec (~> 2.13)

View File

@ -2,6 +2,8 @@ $:.unshift File.dirname(__FILE__) + '/../lib/'
$:.unshift File.dirname(__FILE__) + '/../spec'
require 'rspec'
require 'coveralls'
Coveralls.wear!
# load Storm jars
storm_jars = File.dirname(__FILE__) + '/../target/dependency/storm/default/*.jar'