lib/cucumber/formatter/pretty.rb in kosmas58-cucumber-0.3.100 vs lib/cucumber/formatter/pretty.rb in kosmas58-cucumber-0.3.102
- old
+ new
@@ -61,10 +61,10 @@
@io.flush
end
end
def visit_tag_name(tag_name)
- tag = format_string("@#{tag_name}", :tag).indent(@indent)
+ tag = format_string(tag_name, :tag).indent(@indent)
@io.print(tag)
@io.flush
@indent = 1
end