aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/Rakefile
diff options
context:
space:
mode:
authoryalab <rudeboyjet@gmail.com>2017-09-26 17:56:38 +0900
committeryalab <rudeboyjet@gmail.com>2017-09-26 17:56:38 +0900
commitcadf6f85f3a44a3c7782e03b266af94c9fed42c0 (patch)
tree909492e83a0457d7cefd5462cd1bf4c3962dc524 /activestorage/Rakefile
parent5755f57f3e887df93e11c4b3efb8bf21226744cc (diff)
downloadrails-cadf6f85f3a44a3c7782e03b266af94c9fed42c0.tar.gz
rails-cadf6f85f3a44a3c7782e03b266af94c9fed42c0.tar.bz2
rails-cadf6f85f3a44a3c7782e03b266af94c9fed42c0.zip
Fixed broken `bundle exec rake install`
Diffstat (limited to 'activestorage/Rakefile')
-rw-r--r--activestorage/Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/activestorage/Rakefile b/activestorage/Rakefile
index aa71a65f6e..2aa4d2a76f 100644
--- a/activestorage/Rakefile
+++ b/activestorage/Rakefile
@@ -11,4 +11,6 @@ Rake::TestTask.new do |test|
test.warning = false
end
+task :package
+
task default: :test