Skip to content

Commit

Permalink
add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
vikram7 committed Feb 17, 2016
1 parent 47f9243 commit 435fa64
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .coveralls.yml.example
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repo_token: YOUR_TOKEN
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
*.a
mkmf.log
*.gem
.coveralls.yml
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ gemspec

gem 'awesome_print'
gem 'colorize'
gem 'coveralls', require: false
gem 'faker'
6 changes: 4 additions & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
require 'rubies'
require "rubies"
require "coveralls"
Coveralls.wear!

#provides the stdin interface to test the Rubies::Game class.
class FakeInput
Expand All @@ -22,4 +24,4 @@ def size
@strings.length
end

end
end

0 comments on commit 435fa64

Please sign in to comment.