README.md in netzke-testing-0.11.1 vs README.md in netzke-testing-0.11.2
- old
+ new
@@ -103,19 +103,25 @@
end
end
The `run_mocha_spec` here will run a Mocha spec from `spec/grid_with_destructive_button.js.coffee`.
-You can explicitely specify a component to run the spec on (in order to override the convention):
+You can explicitely specify a component to run the spec on:
run_mocha_spec 'grid_with_destructive_button', component: 'UserGrid'
+To investigate the problem in case of a failing Mocha spec, set `stop_on_error` to `true` (this will keep the browser open on the failed spec):
+
+ run_mocha_spec 'grid_with_destructive_button', stop_on_error: true
+
+(in this case you'll have to terminate the specs by pressing `ctrl+c`)
+
## Requirements
* Ruby >= 2.0.0
* Rails >= 4.2.0
---
-Copyright (c) 2015 [Max Gorin](https://twitter.com/uptomax), released under the MIT license (see LICENSE).
+Copyright (c) 2015 [Max Gorin](https://twitter.com/mxgrn), released under the MIT license (see LICENSE).
**Note** that Ext JS is licensed [differently](http://www.sencha.com/products/extjs/license/), and you may need to
purchase a commercial license in order to use it in your projects!