Skip to content

Commit e3c56ad

Browse files
committed
Merge pull request rails#8670 from sanemat/fix/rake-desc
Add rake test description
2 parents 6183fa7 + 3b98fb7 commit e3c56ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

railties/Rakefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ require 'rbconfig'
66

77

88
task :default => :test
9+
10+
desc "Run all unit tests"
911
task :test => 'test:isolated'
1012

1113
namespace :test do

0 commit comments

Comments
 (0)