Skip to content

Instantly share code, notes, and snippets.

@apolzon
Created January 5, 2011 05:02
Show Gist options
  • Select an option

  • Save apolzon/765952 to your computer and use it in GitHub Desktop.

Select an option

Save apolzon/765952 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:quiet) do |t|
t.verbose = false
end
@ivandenysov
Copy link

where should I put this code snippet?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment