From 9d67fe3c350ebfc7d483e710b64eb8dca4aef05a Mon Sep 17 00:00:00 2001 From: Rimian Perkins Date: Wed, 15 Feb 2017 10:59:04 +1100 Subject: [PATCH] document plugin specs --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 279652b..8a6d639 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,9 @@ STRIPE_PUBLISHABLE_KEY: 'my_publishable_key' # Testing -To run the specs, install the plugin and run `bundle exec rake plugin:spec` in the discourse root directory. +To run the specs, install the plugin and run `bundle exec rake plugin:spec[discourse-payments]` in the discourse root directory. + +If you're using a zsh shell, then you probably get this error: `zsh: no matches found ...` and you'll need to escape the square brackets with backslashes. Run the local js acceptance tests here: