Skip to content

Commit

Permalink
trying out coveralls.io
Browse files Browse the repository at this point in the history
  • Loading branch information
cantino committed Jan 2, 2014
1 parent 3d83933 commit 94567a2
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: ruby
bundler_args: --without development production
rvm:
- 2.0.0
- 2.1.0
- 1.9.3
before_script:
- mysql -e 'create database huginn_test;'
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,5 @@ group :development, :test do
gem 'rr'
gem 'webmock', :require => false
gem 'rake'
gem 'coveralls', :require => false
end
16 changes: 16 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ GEM
execjs
coffee-script-source (1.6.3)
cookiejar (0.3.0)
coveralls (0.7.0)
multi_json (~> 1.3)
rest-client
simplecov (>= 0.7)
term-ansicolor
thor
crack (0.4.1)
safe_yaml (~> 0.9.0)
daemons (1.1.9)
Expand All @@ -63,6 +69,7 @@ GEM
railties (>= 3.2.6, < 5)
warden (~> 1.2.3)
diff-lcs (1.2.4)
docile (1.1.1)
dotenv (0.9.0)
dotenv-rails (0.9.0)
dotenv (= 0.9.0)
Expand Down Expand Up @@ -202,15 +209,23 @@ GEM
shoulda-matchers (2.2.0)
activesupport (>= 3.0.0)
simple_oauth (0.1.9)
simplecov (0.8.2)
docile (~> 1.1.0)
multi_json
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
slop (3.4.5)
sprockets (2.2.2)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
system_timer (1.2.4)
term-ansicolor (1.2.2)
tins (~> 0.8)
thor (0.18.1)
tilt (1.4.1)
tins (0.13.1)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
Expand Down Expand Up @@ -253,6 +268,7 @@ PLATFORMS
DEPENDENCIES
bootstrap-kaminari-views
coffee-rails (~> 3.2.1)
coveralls
daemons
delayed_job!
delayed_job_active_record (~> 0.3.3)
Expand Down
4 changes: 4 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# This file is copied to spec/ when you run 'rails generate rspec:install'
ENV["RAILS_ENV"] ||= 'test'

require 'coveralls'
Coveralls.wear!('rails')

require File.expand_path("../../config/environment", __FILE__)
require 'rspec/rails'
require 'rspec/autorun'
Expand Down

0 comments on commit 94567a2

Please sign in to comment.