From d2bd7bba8e48d6c5aa0ceea4a5fcac0191e541b5 Mon Sep 17 00:00:00 2001 From: Jon Moss Date: Sat, 30 Jan 2016 15:10:25 -0500 Subject: [PATCH] Small cleanup to Testing Guide - inbuilt --> built-in - Remove random spaces from code examples [ci skip] --- guides/source/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/testing.md b/guides/source/testing.md index f2acd4deb2..f4894d4c11 100644 --- a/guides/source/testing.md +++ b/guides/source/testing.md @@ -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: