Skip to content

Commit

Permalink
Comment out simplecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Josep M. Bach committed Feb 14, 2011
1 parent d0eddd1 commit 0ed3849
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Rakefile
Original file line number Original file line Diff line number Diff line change
@@ -1,10 +1,10 @@
require 'bundler' require 'bundler'
Bundler::GemHelper.install_tasks Bundler::GemHelper.install_tasks


require 'simplecov' # require 'simplecov'
SimpleCov.start do # SimpleCov.start do
add_group "Lib", 'lib' # add_group "Lib", 'lib'
end # end


require 'rspec/core' require 'rspec/core'
require 'rspec/core/rake_task' require 'rspec/core/rake_task'
Expand Down

0 comments on commit 0ed3849

Please sign in to comment.