Skip to content

Commit

Permalink
test coverage via coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
alto committed Apr 28, 2013
1 parent 5bcefca commit a4d2e76
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# AASM - Ruby state machines [![Build Status](https://secure.travis-ci.org/aasm/aasm.png)](http://travis-ci.org/aasm/aasm) [![Code Climate](https://codeclimate.com/github/aasm/aasm.png)](https://codeclimate.com/github/aasm/aasm)
# AASM - Ruby state machines [![Build Status](https://secure.travis-ci.org/aasm/aasm.png)](http://travis-ci.org/aasm/aasm) [![Code Climate](https://codeclimate.com/github/aasm/aasm.png)](https://codeclimate.com/github/aasm/aasm) [![Coverage Status](https://coveralls.io/repos/aasm/aasm/badge.png?branch=master)](https://coveralls.io/r/aasm/aasm)

This package contains AASM, a library for adding finite state machines to Ruby classes.

Expand Down
1 change: 1 addition & 0 deletions aasm.gemspec
Expand Up @@ -25,6 +25,7 @@ Gem::Specification.new do |s|
# s.add_development_dependency 'debugger'
# s.add_development_dependency 'pry'
s.add_development_dependency 'ruby-debug-completion'
s.add_development_dependency 'coveralls'

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
Expand Up @@ -5,6 +5,9 @@
require 'rspec'
require 'rspec/autorun'

require 'coveralls'
Coveralls.wear!

# require 'ruby-debug'; Debugger.settings[:autoeval] = true; debugger; rubys_debugger = 'annoying'
# require 'ruby-debug/completion'
# require 'pry'
Expand Down

0 comments on commit a4d2e76

Please sign in to comment.