aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2014-12-20 14:57:40 -0800
committerZachary Scott <e@zzak.io>2014-12-20 14:57:40 -0800
commitc709edaceba1866749ade264583ce9d0e85126ea (patch)
tree0debee40bf2bba4f08479e72dff90558e53309cb /guides/source
parent06e1881fd3c1a2c96d24ec92ea8449305b89334a (diff)
downloadrails-c709edaceba1866749ade264583ce9d0e85126ea.tar.gz
rails-c709edaceba1866749ade264583ce9d0e85126ea.tar.bz2
rails-c709edaceba1866749ade264583ce9d0e85126ea.zip
Remove use of "very" [ci skip]
Diffstat (limited to 'guides/source')
-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 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: