Skip to content

Commit

Permalink
adding Coveralls suite Fixes #178
Browse files Browse the repository at this point in the history
  • Loading branch information
fusion94 committed Mar 4, 2013
1 parent b88793e commit 9972104
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -55,6 +55,7 @@ group :test do
gem 'shoulda-matchers'
gem 'factory_girl_rails'
gem 'simplecov', :require => false
gem 'coveralls', :require => false
end

group :development, :test do
Expand Down
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
@@ -1,6 +1,9 @@
require 'simplecov'
SimpleCov.start 'rails'

require 'coveralls'
Coveralls.wear! 'rails'

# This file is copied to spec/ when you run 'rails generate rspec:install'
ENV["RAILS_ENV"] = 'test'
require File.expand_path("../../config/environment", __FILE__)
Expand Down

0 comments on commit 9972104

Please sign in to comment.