docs/how_to/rake_tasks.md in beaker-3.34.0 vs docs/how_to/rake_tasks.md in beaker-3.35.0
- old
+ new
@@ -11,11 +11,11 @@
You will also need to have Beaker installed as part of your bundle.
When you run:
rake --tasks
-
+
from your project dir, you should see (as well as any rake tasks you have defined locally)
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
@@ -39,11 +39,10 @@
}
To use the more generic test task, you will need to pass in the type as the 2nd argument to the rake task:
rake beaker:test[,smoke]
-
+
This will assume that you have created the file:
acceptance/beaker-smoke.cfg
-
-
\ No newline at end of file
+