coveralls

This commit is contained in:
danijoo
2014-03-24 17:33:56 +01:00
parent 75e15eae96
commit 7821a6d5d4
3 changed files with 5 additions and 0 deletions

1
.coveralls.yml Normal file
View File

@@ -0,0 +1 @@
repo_token: YrbSEsktL6IH4CfK9Fvh6IEo14K0MAZxI

View File

@@ -13,4 +13,5 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'rest-client'
s.add_development_dependency 'rake'
s.add_development_dependency "rspec"
s.add_development_dependency "coveralls"
end

View File

@@ -1,5 +1,8 @@
require 'rspec'
require 'sightstone'
require 'coveralls'
Coveralls.wear!
RSpec.configure do |config|
config.color_enabled = true