Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:rspec/mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Jun 29, 2009
2 parents 9d8a99d + 209d9f2 commit ba5699a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -25,7 +25,7 @@ end
Spec::Core::RakeTask.new(:rcov) do |spec|
spec.pattern = 'spec/**/*_spec.rb'
spec.rcov = true
spec.rcov_opts = []
spec.rcov_opts = %[--exclude "core,expectations,gems/*,spec/resources,spec/spec,spec/spec_helper.rb,db/*,/Library/Ruby/*,config/*" --text-summary --sort coverage]
end


Expand Down
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Expand Up @@ -45,6 +45,7 @@ def with_ruby(version)

Spec::Core.configure do |config|
config.mock_with :rspec
config.color_enabled = true
config.extend(Macros)
config.include(Spec::Matchers)
config.include(Spec::Mocks::Methods)
Expand Down

0 comments on commit ba5699a

Please sign in to comment.