mirror of https://github.com/rails/rails
Fixed broken `bundle exec rake install`
This commit is contained in:
parent
5755f57f3e
commit
cadf6f85f3
|
@ -11,4 +11,6 @@ Rake::TestTask.new do |test|
|
|||
test.warning = false
|
||||
end
|
||||
|
||||
task :package
|
||||
|
||||
task default: :test
|
||||
|
|
Loading…
Reference in New Issue