Skip to content

Commit

Permalink
Coveralls.io support
Browse files Browse the repository at this point in the history
  • Loading branch information
vprokopchuk256 committed Nov 13, 2014
1 parent 347ae1e commit 4acda10
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ end

group :test do
gem 'sqlite3'
gem 'coveralls', require: false
end
22 changes: 22 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,16 @@ GEM
addressable (2.3.6)
arel (5.0.1.20140414130214)
builder (3.2.2)
coveralls (0.7.1)
multi_json (~> 1.3)
rest-client
simplecov (>= 0.7)
term-ansicolor
thor
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
diff-lcs (1.2.5)
docile (1.1.5)
faraday (0.9.0)
multipart-post (>= 1.2, < 3)
git (1.2.8)
Expand All @@ -45,11 +52,13 @@ GEM
rdoc
json (1.8.1)
jwt (1.0.0)
mime-types (2.4.3)
mini_portile (0.6.0)
minitest (5.4.1)
multi_json (1.10.1)
multi_xml (0.5.5)
multipart-post (2.0.0)
netrc (0.8.0)
nokogiri (1.6.3.1)
mini_portile (= 0.6.0)
oauth2 (1.0.0)
Expand All @@ -62,6 +71,9 @@ GEM
rake (10.3.2)
rdoc (4.1.2)
json (~> 1.4)
rest-client (1.7.2)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
rspec (3.1.0)
rspec-core (~> 3.1.0)
rspec-expectations (~> 3.1.0)
Expand All @@ -77,8 +89,17 @@ GEM
rspec-mocks (3.1.0)
rspec-support (~> 3.1.0)
rspec-support (3.1.0)
simplecov (0.9.1)
docile (~> 1.1.0)
multi_json (~> 1.0)
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
sqlite3 (1.3.9)
term-ansicolor (1.3.0)
tins (~> 1.0)
thor (0.19.1)
thread_safe (0.3.4)
tins (1.3.3)
tzinfo (1.2.2)
thread_safe (~> 0.1)

Expand All @@ -87,6 +108,7 @@ PLATFORMS

DEPENDENCIES
activerecord (>= 4.1.6)
coveralls
jeweler (>= 2.0.1)
rspec (>= 3.1.0)
rspec-its (>= 1.0.1)
Expand Down
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@

ActiveRecord::Migration.verbose = false

require 'coveralls'
Coveralls.wear!

RSpec.configure do |config|
end

0 comments on commit 4acda10

Please sign in to comment.