Commit e5308cb9 by tady

[coveralls] setting

parent 5ab0aa7a
service_name: travis-ci
......@@ -104,3 +104,7 @@ gem 'nokogiri'
gem 'premailer'
gem 'faraday'
group :test do
gem 'coveralls', :require => false
end
......@@ -63,6 +63,12 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.6.3)
coveralls (0.7.0)
multi_json (~> 1.3)
rest-client
simplecov (>= 0.7)
term-ansicolor
thor
css_parser (1.3.5)
addressable
daemons (1.1.9)
......@@ -74,6 +80,7 @@ GEM
thread_safe (~> 0.1)
warden (~> 1.2.3)
diff-lcs (1.2.5)
docile (1.1.1)
email_spec (1.5.0)
launchy (~> 2.1)
mail (~> 2.2)
......@@ -189,6 +196,8 @@ GEM
ffi (>= 0.5.0)
rdoc (3.12.2)
json (~> 1.4)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
......@@ -212,6 +221,11 @@ GEM
sdoc (0.3.20)
json (>= 1.1.3)
rdoc (~> 3.10)
simplecov (0.8.2)
docile (~> 1.1.0)
multi_json
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
slop (3.4.7)
spring (1.0.0)
sprockets (2.10.1)
......@@ -224,6 +238,8 @@ GEM
activesupport (>= 3.0)
sprockets (~> 2.8)
sqlite3 (1.3.8)
term-ansicolor (1.2.2)
tins (~> 0.8)
thin (1.6.1)
daemons (>= 1.0.9)
eventmachine (>= 1.0.0)
......@@ -233,6 +249,7 @@ GEM
atomic
tilt (1.4.1)
timers (1.1.0)
tins (0.13.1)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
......@@ -253,6 +270,7 @@ DEPENDENCIES
binding_of_caller
coderay
coffee-rails (~> 4.0.0)
coveralls
devise
email_spec
factory_girl_rails
......
# coveralls
require 'coveralls'
Coveralls.wear!
# This file is copied to spec/ when you run 'rails generate rspec:install'
ENV["RAILS_ENV"] ||= 'test'
require File.expand_path("../../config/environment", __FILE__)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment