lib/cucumber/formatter/junit.rb in cucumber-2.0.0.beta.3 vs lib/cucumber/formatter/junit.rb in cucumber-2.0.0.beta.4
- old
+ new
@@ -7,11 +7,11 @@
module Formatter
# The formatter used for <tt>--format junit</tt>
class Junit
# TODO: remove coupling to types
- AST_SCENARIO_OUTLINE = Cucumber::Core::Ast::ScenarioOutline
- AST_EXAMPLE_ROW = Reports::LegacyExampleTableRow
+ AST_SCENARIO_OUTLINE = Core::Ast::ScenarioOutline
+ AST_EXAMPLE_ROW = LegacyApi::Ast::ExampleTableRow
include Io
class UnNamedFeatureError < StandardError
def initialize(feature_file)