mirror of https://github.com/rails/rails
parent
56aa02f1ab
commit
3b98fb77dd
|
@ -6,6 +6,8 @@ require 'rbconfig'
|
||||||
|
|
||||||
|
|
||||||
task :default => :test
|
task :default => :test
|
||||||
|
|
||||||
|
desc "Run all unit tests"
|
||||||
task :test => 'test:isolated'
|
task :test => 'test:isolated'
|
||||||
|
|
||||||
namespace :test do
|
namespace :test do
|
||||||
|
|
Loading…
Reference in New Issue