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.
- data/README.rdoc +3 -0
- data/VERSION +1 -1
- 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.
|
|
1
|
+
0.0.4
|