From e484a2d1090079ed7b4a3a398ae0fee5a12e648b Mon Sep 17 00:00:00 2001 From: Yauheni Dakuka Date: Sun, 17 Sep 2017 15:40:11 +0300 Subject: Update plugins.md [ci skip] --- guides/source/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source/plugins.md') 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 -- cgit v1.2.3