Skip to content

Commit

Permalink
Put on Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
laserlemon committed May 4, 2013
1 parent a6d39ca commit bee24e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ source "https://rubygems.org"

gemspec

gem "coveralls", "~> 0.6", :require => false
gem "rake", "~> 10.0"
gem "rspec", "~> 2.13"
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
require "coveralls"
Coveralls.wear!

require "insecure_random"

Dir[File.expand_path("../support/*.rb", __FILE__)].each { |f| require f }

0 comments on commit bee24e1

Please sign in to comment.