Class | Buildr::RSpec |
In: |
lib/buildr/java/bdd.rb
(CVS)
|
Parent: | TestFramework::JavaBDD |
<a href="RSpecrspec.info">RSpec> is the defacto BDD framework for ruby. To test your project with RSpec use:
test.using :rspec
Support the following options:
The keys of this hash are the gem name, the value must be the required version.
Mainly used if an rspec format needs to require some file.
TESTS_PATTERN | = | [ /_spec.rb$/ ] |
OPTIONS | = | [:properties, :java_args] |