Skip to content

Commit

Permalink
Add simplecov and coveralls support.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Oct 12, 2015
1 parent be241f4 commit 1a46f1d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
source 'https://rubygems.org'

# Specify your gem's dependencies in geospatial.gemspec
# Specify your gem's dependencies in build.gemspec
gemspec

group :test do
gem 'simplecov'
gem 'coveralls', require: false
end

0 comments on commit 1a46f1d

Please sign in to comment.