lib/solidus_cmd/templates/extension/README.md in solidus_cmd-1.1.0 vs lib/solidus_cmd/templates/extension/README.md in solidus_cmd-1.2.0
- old
+ new
@@ -20,10 +20,10 @@
```
Testing
-------
-First bundle your dependencies, then run `rake`. `rake` will default to building the dummy app if it does not exist, then it will run specs. The dummy app can be regenerated by using `rake test_app`.
+First bundle your dependencies, then run `rake`. `rake` will default to building the dummy app if it does not exist, then it will run specs, and [Rubocop](https://github.com/bbatsov/rubocop) static code analysis. The dummy app can be regenerated by using `rake test_app`.
```shell
bundle
bundle exec rake
```