Skip to content

Commit

Permalink
added coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
spidergears committed May 12, 2015
1 parent 71d1afe commit cdf4d99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
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!

$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
require 'valuefirst'

Expand Down
1 change: 1 addition & 0 deletions valuefirst.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "pry-nav"
spec.add_development_dependency "nokogiri-happymapper"
spec.add_development_dependency "libxml-ruby"
spec.add_development_dependency "coveralls"
end

0 comments on commit cdf4d99

Please sign in to comment.