From c709edaceba1866749ade264583ce9d0e85126ea Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Sat, 20 Dec 2014 14:57:40 -0800 Subject: Remove use of "very" [ci skip] --- guides/source/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source') diff --git a/guides/source/testing.md b/guides/source/testing.md index 4bd0624f27..2abc328ef6 100644 --- a/guides/source/testing.md +++ b/guides/source/testing.md @@ -63,7 +63,7 @@ You'll find fixtures under your `test/fixtures` directory. When you run `rails g #### YAML -YAML-formatted fixtures are a very human-friendly way to describe your sample data. These types of fixtures have the **.yml** file extension (as in `users.yml`). +YAML-formatted fixtures are a human-friendly way to describe your sample data. These types of fixtures have the **.yml** file extension (as in `users.yml`). Here's a sample YAML fixture file: -- cgit v1.2.3