diff options
author | Matthew Draper <matthew@trebex.net> | 2017-09-26 20:06:54 +0930 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-26 20:06:54 +0930 |
commit | 1bb106c0b7b918606a7e94a6abb6ade364cc4270 (patch) | |
tree | 909492e83a0457d7cefd5462cd1bf4c3962dc524 /activestorage | |
parent | 5755f57f3e887df93e11c4b3efb8bf21226744cc (diff) | |
parent | cadf6f85f3a44a3c7782e03b266af94c9fed42c0 (diff) | |
download | rails-1bb106c0b7b918606a7e94a6abb6ade364cc4270.tar.gz rails-1bb106c0b7b918606a7e94a6abb6ade364cc4270.tar.bz2 rails-1bb106c0b7b918606a7e94a6abb6ade364cc4270.zip |
Merge pull request #30721 from yalab/fix_rake_install
Fixed broken `bundle exec rake install`
Diffstat (limited to 'activestorage')
-rw-r--r-- | activestorage/Rakefile | 2 |
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 |