Skip to content

Commit 9972104

Browse files
author
Tony Guntharp
committed
adding Coveralls suite Fixes #178
1 parent b88793e commit 9972104

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ group :test do
5555
gem 'shoulda-matchers'
5656
gem 'factory_girl_rails'
5757
gem 'simplecov', :require => false
58+
gem 'coveralls', :require => false
5859
end
5960

6061
group :development, :test do

spec/spec_helper.rb

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
require 'simplecov'
22
SimpleCov.start 'rails'
33

4+
require 'coveralls'
5+
Coveralls.wear! 'rails'
6+
47
# This file is copied to spec/ when you run 'rails generate rspec:install'
58
ENV["RAILS_ENV"] = 'test'
69
require File.expand_path("../../config/environment", __FILE__)

0 commit comments

Comments
 (0)