Skip to content

Commit

Permalink
coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
seanxiesx committed Nov 10, 2013
1 parent 8cc04d3 commit 6896a5f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ MockBeaneater
==================

[![Build Status](https://travis-ci.org/seanxiesx/mock_beaneater.png)](https://travis-ci.org/seanxiesx/mock_beaneater)
[![Coverage Status](https://coveralls.io/repos/seanxiesx/mock_beaneater/badge.png)](https://coveralls.io/r/seanxiesx/mock_beaneater)

Mock beaneater that goes AH-HEE-OH-HEE-AH-HEE\*. Intended for use in tests.

Expand Down
1 change: 1 addition & 0 deletions mock_beaneater.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "bundler" , "~> 1.3"
spec.add_development_dependency "rspec" , ">= 2.9.0"
spec.add_development_dependency "rake"
spec.add_development_dependency "coveralls"
end
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!
require 'rspec'
require File.join(File.dirname(__FILE__), '..', 'lib', 'mock_beaneater')
require 'mock_beaneater'

0 comments on commit 6896a5f

Please sign in to comment.