lib/yard/code_objects/cucumber/scenario.rb in cucumber-in-the-yard-1.7.0 vs lib/yard/code_objects/cucumber/scenario.rb in cucumber-in-the-yard-1.7.1

- old
+ new

@@ -1,15 +1,15 @@ module YARD::CodeObjects::Cucumber class Scenario < NamespaceObject - + attr_accessor :value, :comments, :keyword, :description, :steps, :tags, :feature def initialize(namespace,name) super(namespace,name.to_s.strip) - @commants = @description = @keyword = @value = @feature = nil + @comments = @description = @keyword = @value = @feature = nil @steps = [] @tags = [] end def background? \ No newline at end of file