readme: bundle exec tests

This commit is contained in:
Rimian Perkins 2017-02-24 13:12:25 +11:00
parent 97e4497cc8
commit 7d42f28666
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ STRIPE_PUBLISHABLE_KEY: 'my_publishable_key'
To run the rails specs, install the plugin and run `bundle exec rake plugin:spec[discourse-donations]` in the discourse root directory. 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' rake qunit:test[20000]`. To run qunit tests: `MODULE='Acceptance: Discourse Donations' bundle exec rake qunit:test[20000]`.
**Note:** **Note:**