class Cucumber::Formatter::Junit::UnNamedFeatureError
Public Class Methods
new(feature_file)
click to toggle source
Calls superclass method
# File lib/cucumber/formatter/junit.rb, line 13 def initialize(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