cuke-inspector 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/README.rdoc +3 -0
  2. data/VERSION +1 -1
  3. metadata +1 -1
data/README.rdoc CHANGED
@@ -8,6 +8,9 @@ To set up the generation of the json file for a rails project:
8
8
  - Add public/cuke-inspector to your .gitignore
9
9
  - Add the formatter to the default options in your config/cucumber.yml. The options to add are:
10
10
  "--format Cucumber::Formatter::StepdefsJson --out public/cuke-inspector/javascripts/cucumber_steps.json"
11
+ - Generate the view files by running ./script/generate cuke_inspector_view
12
+ - Run rake cucumber:ok (to generate the file in public/cuke-inspector/javascripts/cucumber_steps.json)
13
+ - Visit /cuke-inspector/ for your project
11
14
 
12
15
  == Note on Patches/Pull Requests
13
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.3
1
+ 0.0.4
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cuke-inspector
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom ten Thij