Class | Buildr::Groovy::EasyB |
In: |
lib/buildr/groovy/bdd.rb
(CVS)
|
Parent: | TestFramework::JavaBDD |
EasyB is a Groovy based BDD framework. To use in your project:
test.using :easyb
This framework will search in your project for:
src/spec/groovy/**/*Story.groovy src/spec/groovy/**/*Specification.groovy
Support the following options:
VERSION | = | "0.9" |
TESTS_PATTERN | = | [ /(Story|Specification).groovy$/ ] |
OPTIONS | = | [:format, :properties, :java_args] |