docs/how_to/rake_tasks.md in beaker-3.35.0 vs docs/how_to/rake_tasks.md in beaker-3.36.0
- old
+ new
@@ -1,9 +1,7 @@
# Rake test tasks for running beaker
-## How does it work?
-
There are some rake tasks that you can use to run Beaker tests from your local project dir.
To use them from within your own project, you will need to require the following file in your project's rakefile:
require 'beaker/tasks/test'
@@ -18,11 +16,10 @@
rake beaker:test[hosts,type] # Run Beaker Acceptance
rake beaker:test:git[hosts] # Run Beaker Git tests
rake beaker:test:pe[hosts] # Run Beaker PE tests
-The last two tasks assume that you have an options file in /acceptance named beaker-git.cfg and beaker-pe.cfg
-respectively.
+The last two tasks assume that you have an options file in `/acceptance` named `beaker-git.cfg` and `beaker-pe.cfg` respectively.
Your options file would look something like:
{
:type => 'git',