diff --git a/.coveralls.yml b/.coveralls.yml new file mode 100644 index 0000000..fd4a823 --- /dev/null +++ b/.coveralls.yml @@ -0,0 +1 @@ +repo_token: uyeGFHGOhUEJqOpOaeVIcvDQD8r0VkZtk diff --git a/Gemfile b/Gemfile index 31664e5..b6982fa 100644 --- a/Gemfile +++ b/Gemfile @@ -7,6 +7,7 @@ gem 'ripl' gem 'terminal-table' group :test, :development do + gem 'coveralls', require: false gem 'liquid-development' gem 'webmock' end diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 1b4949f..7b2c47c 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,2 +1,5 @@ require 'druid' require 'webmock/rspec' +require 'coveralls' + +Coveralls.wear!