Skip to content

Commit

Permalink
Exclusing config form rcov
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwhite committed Dec 11, 2008
1 parent 67a831e commit 768fcf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -22,7 +22,7 @@ namespace :spec do
t.spec_files = FileList['spec/**/*_spec.rb']
t.rcov = true
t.rcov_dir = 'doc/coverage'
t.rcov_opts = ['--text-report', '--exclude', "spec/,rcov.rb,#{File.expand_path(File.join(File.dirname(__FILE__),'../../..'))}"]
t.rcov_opts = ['--text-report', '--exclude', "config/,spec/,rcov.rb,#{File.expand_path(File.join(File.dirname(__FILE__),'../../..'))}"]
end

namespace :rcov do
Expand Down
2 changes: 1 addition & 1 deletion garlic.rb
Expand Up @@ -6,7 +6,7 @@
repo 'ianwhite-rspec', :url => 'git://github.com/ianwhite/rspec'
repo 'ianwhite-rspec-rails', :url => 'git://github.com/ianwhite/rspec-rails'

['origin/2-0-stable', 'origin/2-1-stable', 'origin/2-2-stable'].each do |rails|
['origin/master', 'origin/2-0-stable', 'origin/2-1-stable', 'origin/2-2-stable'].each do |rails|

target "Rails: #{rails}", :tree_ish => rails do
prepare do
Expand Down

0 comments on commit 768fcf7

Please sign in to comment.