Update Gemfile

Changes "as has to be loaded" to "as it has to be loaded"
This commit is contained in:
Sarah A 2016-03-03 23:42:53 -08:00
parent 2cafbd311f
commit f667f0aa04
1 changed files with 1 additions and 1 deletions

View File

@ -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