Travis Thompson created HADOOP-12372:
----------------------------------------
Summary: Add support for rspec with junit
Key: HADOOP-12372
URL: https://issues.apache.org/jira/browse/HADOOP-12372
Project: Hadoop Common
Issue Type: Sub-task
Reporter: Travis Thompson
rspec already supports junit format with a plugin, just run like this:
{noformat}
rspec -f JUnit -o results.xml
{noformat}
This will allow any generic rspec to work as well as chefspec (chef unit
testing). This will also soon allow for kitchen test to work as well (it's
also using rspec, but currently isn't configurable, see:
https://github.com/test-kitchen/busser-serverspec/issues/9)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)