mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Small cleanup to Testing Guide
- inbuilt --> built-in - Remove random spaces from code examples [ci skip]
This commit is contained in:
parent
153438f749
commit
d2bd7bba8e
1 changed files with 1 additions and 1 deletions
|
@ -1264,7 +1264,7 @@ end
|
|||
Testing Time-Dependent Code
|
||||
---------------------------
|
||||
|
||||
Rails provides inbuilt helper methods that enable you to assert that your time-sensitive code works as expected.
|
||||
Rails provides built-in helper methods that enable you to assert that your time-sensitive code works as expected.
|
||||
|
||||
Here is an example using the [`travel_to`](http://api.rubyonrails.org/classes/ActiveSupport/Testing/TimeHelpers.html#method-i-travel_to) helper:
|
||||
|
||||
|
|
Loading…
Reference in a new issue