mirror of https://github.com/rails/rails
Update Gemfile
Changes "as has to be loaded" to "as it has to be loaded"
This commit is contained in:
parent
2cafbd311f
commit
f667f0aa04
2
Gemfile
2
Gemfile
|
@ -5,7 +5,7 @@ gemspec
|
|||
# We need a newish Rake since Active Job sets its test tasks' descriptions.
|
||||
gem 'rake', '>= 10.3'
|
||||
|
||||
# This needs to be with require false to ensure correct loading order, as has to
|
||||
# This needs to be with require false to ensure correct loading order, as it has to
|
||||
# be loaded after loading the test library.
|
||||
gem 'mocha', '~> 0.14', require: false
|
||||
|
||||
|
|
Loading…
Reference in New Issue