aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/testing.md
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2016-01-30 15:10:25 -0500
committerJon Moss <me@jonathanmoss.me>2016-01-30 15:10:25 -0500
commitd2bd7bba8e48d6c5aa0ceea4a5fcac0191e541b5 (patch)
treecf3ae5bf8e4474fc5ba69277ed28b356aceb88f2 /guides/source/testing.md
parent153438f74906317956bc81989bed89bb8183e47e (diff)
downloadrails-d2bd7bba8e48d6c5aa0ceea4a5fcac0191e541b5.tar.gz
rails-d2bd7bba8e48d6c5aa0ceea4a5fcac0191e541b5.tar.bz2
rails-d2bd7bba8e48d6c5aa0ceea4a5fcac0191e541b5.zip
Small cleanup to Testing Guide
- inbuilt --> built-in - Remove random spaces from code examples [ci skip]
Diffstat (limited to 'guides/source/testing.md')
-rw-r--r--guides/source/testing.md2
1 files changed, 1 insertions, 1 deletions
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: