Skip to content

Commit

Permalink
Added simplecov to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
amanelis committed Jan 25, 2013
1 parent c6b9651 commit dcb131f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ group :test do
gem 'rspec-rails'
gem 'shoulda-matchers'
gem 'factory_girl_rails'
gem 'simplecov', :require => false
end

group :development, :test do
Expand Down
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,10 @@ GEM
shoulda-matchers (1.4.2)
activesupport (>= 3.0.0)
bourne (~> 1.1.2)
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
slop (3.3.3)
sprockets (2.2.2)
hike (~> 1.2)
Expand Down Expand Up @@ -286,6 +290,7 @@ DEPENDENCIES
rspec-rails
sass-rails
shoulda-matchers
simplecov
sqlite3
thin
uglifier

0 comments on commit dcb131f

Please sign in to comment.