diff options
Diffstat (limited to 'activesupport/Rakefile')
-rw-r--r-- | activesupport/Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/Rakefile b/activesupport/Rakefile index 8691a34035..8672ab1542 100644 --- a/activesupport/Rakefile +++ b/activesupport/Rakefile @@ -1,4 +1,5 @@ # frozen_string_literal: true + require "rake/testtask" task default: :test |