Skip to content

Commit

Permalink
add coveralls integration
Browse files Browse the repository at this point in the history
hzamani committed Jul 29, 2014
1 parent 4f1a8f4 commit a23ab9b
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -2,3 +2,5 @@ source 'https://rubygems.org'

# Specify your gem's dependencies in active_record-acts_as.gemspec
gemspec

gem 'coveralls', require: false
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[![Gem Version](https://badge.fury.io/rb/active_record-acts_as.svg)](http://badge.fury.io/rb/active_record-acts_as)
[![Build Status](https://travis-ci.org/hzamani/active_record-acts_as.svg)](https://travis-ci.org/hzamani/active_record-acts_as)
[![Code Climate](https://codeclimate.com/github/hzamani/active_record-acts_as.png)](https://codeclimate.com/github/hzamani/active_record-acts_as)
[![Coverage Status](https://coveralls.io/repos/hzamani/active_record-acts_as/badge.png)](https://coveralls.io/r/hzamani/active_record-acts_as)

# ActiveRecord::ActsAs

2 changes: 2 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'coveralls'
Coveralls.wear!

RSpec.configure do |config|
config.disable_monkey_patching!

0 comments on commit a23ab9b

Please sign in to comment.