Skip to content

Commit

Permalink
Ruby syntax highlighting for the README
Browse files Browse the repository at this point in the history
  • Loading branch information
jarib committed Oct 19, 2011
1 parent 83c5394 commit 0780ee2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.mdown
Expand Up @@ -7,7 +7,7 @@ Forking cukes and VNC displays.

Usage
=============

```ruby
# parallelize per feature
CukeForker::Runner.run Dir['features/**/*.feature'],
:max => 4 # number of workers
Expand All @@ -19,6 +19,7 @@ Usage
# parallelize per scenario, with one JUnit XML file per scenario.
CukeForker::Runner.run CukeForker::Scenarios.tagged(%W[@edition ~@wip])
:extra_args => %W[-f CukeForker::Formatters::JunitScenarioFormatter --out results/junit]
```

Note on Patches/Pull Requests
=============================
Expand Down

0 comments on commit 0780ee2

Please sign in to comment.