Skip to content

Commit

Permalink
coverall integration
Browse files Browse the repository at this point in the history
  • Loading branch information
matfiz committed Jun 9, 2014
1 parent 63d2ecf commit 074e1d0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .coveralls.yml
@@ -0,0 +1 @@
service_name: travis-ci
1 change: 1 addition & 0 deletions README.md
@@ -1,4 +1,5 @@
[![Build Status](https://travis-ci.org/matfiz/national-ids-validator.svg?branch=master)](https://travis-ci.org/matfiz/national-ids-validator)
[![Coverage Status](https://coveralls.io/repos/matfiz/national-ids-validator/badge.png)](https://coveralls.io/r/matfiz/national-ids-validator)

National IDs Validator for Ruby on Rails (Active Model)
======================
Expand Down
1 change: 1 addition & 0 deletions national-ids-validator.gemspec
Expand Up @@ -24,4 +24,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rspec', "~> 3.0"
spec.add_development_dependency 'pry', ">0"
spec.add_development_dependency 'activemodel', "~> 4.0.0"
spec.add_development_dependency "coveralls"
end
2 changes: 2 additions & 0 deletions spec/spec_helper.rb
Expand Up @@ -2,6 +2,8 @@
require 'rspec'
require 'active_model'
require 'pry'
require 'coveralls'
Coveralls.wear!

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
Expand Down

0 comments on commit 074e1d0

Please sign in to comment.