Skip to content

Commit

Permalink
adding simplecov
Browse files Browse the repository at this point in the history
  • Loading branch information
mbulat committed Apr 10, 2015
1 parent 01ec5c4 commit e3f8f9a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -14,3 +14,4 @@ pkg/
.ruby-gemset
Gemfile.lock
*.gem
coverage
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -10,4 +10,5 @@ group :development, :test do
gem 'factory_girl_rails', "~> 1.1"
gem 'rspec', "~> 2.6"
gem 'rspec-rails', "~> 2.6"
gem 'simplecov', :require => false
end
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
@@ -1,3 +1,6 @@
require 'simplecov'
SimpleCov.start

ENV["RAILS_ENV"] ||= 'test'
require File.expand_path(File.dirname(__FILE__) + "/../fixture_rails_root/config/environment")

Expand Down

0 comments on commit e3f8f9a

Please sign in to comment.