Skip to content

Commit

Permalink
Add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
mfpiccolo committed Jan 23, 2014
1 parent 7651dc8 commit e5f4a72
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
source :rubygems

gem 'coveralls', require: false

gemspec

group :development do
Expand Down
18 changes: 18 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ GEM
builder (3.1.4)
coderay (1.1.0)
columnize (0.3.6)
coveralls (0.7.0)
multi_json (~> 1.3)
rest-client
simplecov (>= 0.7)
term-ansicolor
thor
database_cleaner (1.0.1)
debugger (1.6.5)
columnize (>= 0.3.1)
Expand All @@ -45,6 +51,7 @@ GEM
debugger-linecache (1.2.0)
debugger-ruby_core_source (1.3.1)
diff-lcs (1.2.5)
docile (1.1.2)
erubis (2.7.0)
hike (1.2.3)
i18n (0.6.9)
Expand Down Expand Up @@ -85,6 +92,8 @@ GEM
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (0.9.6)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (2.14.0)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
Expand All @@ -94,6 +103,11 @@ GEM
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.4)
rubygems-tasks (0.2.4)
simplecov (0.8.2)
docile (~> 1.1.0)
multi_json
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
slop (3.4.7)
sprockets (2.10.1)
hike (~> 1.2)
Expand All @@ -104,10 +118,13 @@ GEM
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (~> 2.8)
term-ansicolor (1.2.2)
tins (~> 0.8)
thor (0.18.1)
thread_safe (0.1.3)
atomic
tilt (1.4.1)
tins (0.13.1)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
Expand All @@ -119,6 +136,7 @@ PLATFORMS

DEPENDENCIES
bundler (~> 1.0)
coveralls
database_cleaner (~> 1.0)
kramdown
minitest (>= 4.7.5)
Expand Down
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
require 'coveralls'
Coveralls.wear!

# Configure Rails Environment
ENV["RAILS_ENV"] = "test"

Expand Down

0 comments on commit e5f4a72

Please sign in to comment.