class Cucumber::Formatter::Junit::UnNamedFeatureError
Public Class Methods
new(feature_file)click to toggle source
# File lib/cucumber/formatter/junit.rb, line 12definitialize(feature_file)
super("The feature in '#{feature_file}' does not have a name. The JUnit XML format requires a name for the testsuite element.")
end