Skip to content

Instantly share code, notes, and snippets.

@deadprogram
Created April 1, 2011 02:04
Show Gist options
  • Save deadprogram/897624 to your computer and use it in GitHub Desktop.
Save deadprogram/897624 to your computer and use it in GitHub Desktop.
task :default => :spec
task :spec do
Dir[File.dirname(__FILE__) + "/spec/**/*_spec.rb"].each do |path|
require path
end
MiniTest::Unit.autorun
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment