1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

[ci skip] Fix typo.

This commit is contained in:
Conrad Beach 2017-09-28 16:51:09 -06:00
parent d30586211b
commit 7c68fc98d8

View file

@ -1513,7 +1513,7 @@ class BillingJobTest < ActiveJob::TestCase
end
```
This test is pretty simple and only asserts that the job get the work done
This test is pretty simple and only asserts that the job got the work done
as expected.
By default, `ActiveJob::TestCase` will set the queue adapter to `:test` so that