aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/plugins.md
diff options
context:
space:
mode:
authorYauheni Dakuka <yauheni.dakuka@gmail.com>2017-09-17 15:40:11 +0300
committerGitHub <noreply@github.com>2017-09-17 15:40:11 +0300
commite484a2d1090079ed7b4a3a398ae0fee5a12e648b (patch)
tree2a9858bfe174051570ca37fde69c9414675617c3 /guides/source/plugins.md
parentfefc5e8e3757559cfbbb21390165c842bb8565f3 (diff)
downloadrails-e484a2d1090079ed7b4a3a398ae0fee5a12e648b.tar.gz
rails-e484a2d1090079ed7b4a3a398ae0fee5a12e648b.tar.bz2
rails-e484a2d1090079ed7b4a3a398ae0fee5a12e648b.zip
Update plugins.md [ci skip]
Diffstat (limited to 'guides/source/plugins.md')
-rw-r--r--guides/source/plugins.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/plugins.md b/guides/source/plugins.md
index 0f0cde7634..b3a7f544f5 100644
--- a/guides/source/plugins.md
+++ b/guides/source/plugins.md
@@ -237,7 +237,7 @@ Finished in 0.004812s, 831.2949 runs/s, 415.6475 assertions/s.
This tells us that we don't have the necessary models (Hickwall and Wickwall) that we are trying to test.
We can easily generate these models in our "dummy" Rails application by running the following commands from the
-test/dummy directory:
+`test/dummy` directory:
```bash
$ cd test/dummy