Skip to content

Instantly share code, notes, and snippets.

@benolee
Created May 10, 2013 20:19
Show Gist options
  • Save benolee/5557106 to your computer and use it in GitHub Desktop.
Save benolee/5557106 to your computer and use it in GitHub Desktop.
task :test do
require "minitest/autorun"
Dir["spec/**/*_spec.rb"] { |f| require f }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment