Skip to content

Commit

Permalink
Add 'coveralls' badge.
Browse files Browse the repository at this point in the history
  • Loading branch information
kslazarev committed Mar 25, 2013
1 parent 82a5138 commit 1e92e7d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ end

group :test do
gem 'rspec'
gem 'coveralls', require: false
end
4 changes: 3 additions & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
== numbers_and_words {<img src="https://codeclimate.com/github/kslazarev/numbers_and_words.png" />}[https://codeclimate.com/github/kslazarev/numbers_and_words] {<img src="https://secure.travis-ci.org/kslazarev/numbers_and_words.png" />}[http://travis-ci.org/kslazarev/numbers_and_words]
== numbers_and_words

{<img src="https://coveralls.io/repos/kslazarev/numbers_and_words/badge.png?branch=development" alt="Coverage Status" />}[https://coveralls.io/r/kslazarev/numbers_and_words]{<img src="https://codeclimate.com/github/kslazarev/numbers_and_words.png" />}[https://codeclimate.com/github/kslazarev/numbers_and_words] {<img src="https://secure.travis-ci.org/kslazarev/numbers_and_words.png" />}[http://travis-ci.org/kslazarev/numbers_and_words]

Convert numbers to words using the I18n library.

Expand Down
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
$:.unshift File.join(File.dirname(__FILE__), '..', 'lib')

require 'coveralls'
Coveralls.wear!

require 'numbers_and_words'
require 'support/helpers'

0 comments on commit 1e92e7d

Please sign in to comment.