diff options
Diffstat (limited to 'Library/Homebrew/test/Rakefile')
| -rw-r--r-- | Library/Homebrew/test/Rakefile | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/Rakefile b/Library/Homebrew/test/Rakefile index 3841badab..a2db861f2 100644 --- a/Library/Homebrew/test/Rakefile +++ b/Library/Homebrew/test/Rakefile @@ -11,7 +11,7 @@ TEST_FILES = Dir["#{TEST_DIRECTORY}/test_*.rb"].reject do |f|    f.include?("/test_os_mac_") && !mac?  end -task :default => :test +task default: :test  Rake::TestTask.new(:test) do |t|    t.libs << TEST_DIRECTORY  | 
