Commit 321a36c
Changed files (3)
spec/rails_helper.rb
@@ -1,5 +1,7 @@
# This file is copied to spec/ when you run 'rails generate rspec:install'
ENV["RAILS_ENV"] ||= 'test'
+require 'coveralls'
+Coveralls.wear!('rails')
require 'spec_helper'
require File.expand_path("../../config/environment", __FILE__)
require 'rspec/rails'
Gemfile
@@ -24,6 +24,7 @@ gem 'jbuilder', '~> 2.0'
gem 'sdoc', '~> 0.4.0', group: :doc
gem 'foundation-rails'
gem 'email_validator'
+gem 'coveralls', require: false
# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'
Gemfile.lock
@@ -59,10 +59,17 @@ GEM
execjs
coffee-script-source (1.8.0)
columnize (0.9.0)
+ coveralls (0.7.3)
+ multi_json (~> 1.10)
+ rest-client (~> 1.7)
+ simplecov (~> 0.9.1)
+ term-ansicolor (~> 1.3)
+ thor (~> 0.19.1)
database_cleaner (1.4.0)
debug_inspector (0.0.2)
debugger-linecache (1.2.0)
diff-lcs (1.2.5)
+ docile (1.1.5)
dotenv (1.0.2)
easy_translate (0.5.0)
json
@@ -115,6 +122,7 @@ GEM
mini_portile (0.6.1)
minitest (5.5.0)
multi_json (1.10.1)
+ netrc (0.10.2)
nokogiri (1.6.5)
mini_portile (~> 0.6.0)
pg (0.17.1)
@@ -159,6 +167,9 @@ GEM
rake (10.4.2)
rdoc (4.2.0)
json (~> 1.4)
+ rest-client (1.7.2)
+ mime-types (>= 1.16, < 3.0)
+ netrc (~> 0.7)
rspec-core (3.1.7)
rspec-support (~> 3.1.0)
rspec-expectations (3.1.2)
@@ -185,6 +196,11 @@ GEM
sdoc (0.4.1)
json (~> 1.7, >= 1.7.7)
rdoc (~> 4.0)
+ simplecov (0.9.1)
+ docile (~> 1.1.0)
+ multi_json (~> 1.0)
+ simplecov-html (~> 0.8.0)
+ simplecov-html (0.8.0)
slop (3.6.0)
spring (1.2.0)
sprockets (2.12.3)
@@ -232,6 +248,7 @@ PLATFORMS
DEPENDENCIES
byebug
coffee-rails (~> 4.1.0)
+ coveralls
database_cleaner
email_validator
factory_girl_rails