aboutsummaryrefslogtreecommitdiffstats
path: root/railties/Rakefile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2016-08-06 19:38:55 +0200
committerXavier Noria <fxn@hashref.com>2016-08-06 19:38:55 +0200
commit477568ee33bee0dc5e57b9df624142296e3951a4 (patch)
tree674f9c7bea422c5502d1c4a69c8ffc6483512a35 /railties/Rakefile
parent5c315a8fa6296904f5e0ba8da919fc395548cf98 (diff)
downloadrails-477568ee33bee0dc5e57b9df624142296e3951a4.tar.gz
rails-477568ee33bee0dc5e57b9df624142296e3951a4.tar.bz2
rails-477568ee33bee0dc5e57b9df624142296e3951a4.zip
modernizes hash syntax in railties
Diffstat (limited to 'railties/Rakefile')
-rw-r--r--railties/Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/Rakefile b/railties/Rakefile
index edc405f605..202644fb26 100644
--- a/railties/Rakefile
+++ b/railties/Rakefile
@@ -1,11 +1,11 @@
require "rake/testtask"
-task :default => :test
+task default: :test
task :package
desc "Run all unit tests"
-task :test => "test:isolated"
+task test: "test:isolated"
namespace :test do
task :isolated do