Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goldmann/856469 to your computer and use it in GitHub Desktop.
Save goldmann/856469 to your computer and use it in GitHub Desktop.
diff -Nur rspec-131/lib/spec/rake/spectask.rb rspec/lib/spec/rake/spectask.rb
--- rspec-131/lib/spec/rake/spectask.rb 2011-03-04 14:16:56.298061212 +0100
+++ rspec/lib/spec/rake/spectask.rb 2011-03-05 16:17:25.322775832 +0100
@@ -150,7 +150,7 @@
desc "Run specs" + (rcov ? " using RCov" : "")
end
task name do
- RakeFileUtils.verbose(verbose) do
+ ::Rake::FileUtilsExt.verbose(verbose) do
unless spec_file_list.empty?
# ruby [ruby_opts] -Ilib -S rcov [rcov_opts] bin/spec -- examples [spec_opts]
# or
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment