From 22bda5bf0fcdd5282e5a91b59b05fa84a488f3e7 Mon Sep 17 00:00:00 2001 From: Rimian Perkins Date: Thu, 2 Mar 2017 09:38:33 +1100 Subject: [PATCH] document running it in the readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eb4615a..389dffd 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ Visit `/admin/plugins` and configure your private and public keys. ## Testing -To run the rails specs, install the plugin and run `bundle exec rake plugin:spec[discourse-donations]` in the discourse root directory. - -To run qunit tests: `MODULE='Acceptance: Discourse Donations' bundle exec rake qunit:test[20000]`. +* To run the rails specs, install the plugin and run `bundle exec rake plugin:spec[discourse-donations]` in the discourse root directory. +* To run qunit tests: `MODULE='Acceptance: Discourse Donations' bundle exec rake qunit:test[20000]`. +* To run Component tests: `MODULE='component:stripe-card' bundle exec rake qunit:test[20000]`. **Note:**