Skip to content

Commit

Permalink
add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
nofxx committed Aug 21, 2015
1 parent 29857ef commit 07d8081
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -9,3 +9,5 @@ gem 'rubocop'
gem 'guard'
gem 'guard-rspec'
gem 'guard-rubocop'

gem 'coveralls', require: false
2 changes: 2 additions & 0 deletions spec/spec_helper.rb
Expand Up @@ -3,6 +3,8 @@
require 'pry'
require 'vcr'
require 'webmock/rspec'
require 'coveralls'
Coveralls.wear!

$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
Expand Down

0 comments on commit 07d8081

Please sign in to comment.