Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.3
-
None
-
Tested against HEAD of Buildr project and latest JBehave release on Windows XP
Description
The attached files contain the Spec and Implementation of the JBehave support (based on the current TestNG support!). The submitted implementation only supports running of simple behaviour classes, not stories.
This diff supports the running of jbehave_spec.rb ...
Index: spec/spec_helpers.rb
===================================================================
— spec/spec_helpers.rb (revision 629326)
+++ spec/spec_helpers.rb (working copy)
@@ -10,6 +10,9 @@
if rspec_options.argv.any?
require 'java/groovyc'
end
+ if rspec_options.argv.any?
+ require 'java/jbehave'
+ end
require File.expand_path('sandbox', File.dirname(_FILE_))