diff options
| author | dave.strock@gmail.com | 2011-06-23 21:08:47 -0500 |
|---|---|---|
| committer | Chris Sepic | 2011-06-28 13:16:29 -0500 |
| commit | 4a802c59a501cd9a25bedd75bce7ab12f4edf5bc (patch) | |
| tree | 90dfa791c7fd4b649cca8f64e60231b2ef3537ab | |
| parent | 8367b64390e33f7991a28efbb213703cdfc89223 (diff) | |
| download | evernote-4a802c59a501cd9a25bedd75bce7ab12f4edf5bc.tar.bz2 | |
Got rcov working
| -rw-r--r-- | Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ end RSpec::Core::RakeTask.new(:rcov) do |spec| spec.pattern = 'spec/**/*_spec.rb' spec.rspec_opts = %w{ --colour } + spec.rcov_opts = %w{ --exclude gems\/,spec\/ -t} spec.rcov = true end |
