diff options
| author | anicet | 2015-06-12 10:32:36 +0200 |
|---|---|---|
| committer | anicet | 2015-06-16 10:45:54 +0200 |
| commit | b7fb1d2685a54f015f7c0f83fb586150872f770f (patch) | |
| tree | 79dbc76fd372766eb0ac9fbf02d1c33169419dcb /spec/spec_helper.rb | |
| parent | 35f1e7f60871c2213804c83cca5b951c568bf9cb (diff) | |
| download | chouette-core-b7fb1d2685a54f015f7c0f83fb586150872f770f.tar.bz2 | |
Gemfile : add simplecov to development group
Diffstat (limited to 'spec/spec_helper.rb')
| -rw-r--r-- | spec/spec_helper.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 4af9e445c..92afd410b 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -11,6 +11,10 @@ require 'capybara/poltergeist' require 'georuby-ext' require 'will_paginate/array' require 'fakeweb' +require 'simplecov' +SimpleCov.start 'rails' do + add_filter "/.bundle" +end # Requires supporting ruby files with custom matchers and macros, etc, in # spec/support/ and its subdirectories. Files matching `spec/**/*_spec.rb` are |
