Created
August 3, 2012 18:30
-
-
Save wojtekmach/3250235 to your computer and use it in GitHub Desktop.
rake test:all
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| namespace :test do | |
| Rake::TestTask.new(:all) do |t| | |
| t.libs << 'test' | |
| t.pattern = 'test/**/*_test.rb' | |
| end | |
| end | |
| task default: 'test:all' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment