Sha256: 1c085ffcbc3703c8cb32aad2be97af111c73a6c39d4ca67160d91549b8fe8d96
Contents?: true
Size: 360 Bytes
Versions: 2
Compression:
Stored size: 360 Bytes
Contents
module CucumberAnalytics # A class modeling a Cucumber feature's Background. class Background < TestElement # Creates a new Background object and, if *source* is provided, populates # the object. def initialize(source = nil) parsed_background = process_source(source) super(parsed_background) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cucumber_analytics-1.1.1 | lib/cucumber_analytics/background.rb |
cucumber_analytics-1.0.0 | lib/cucumber_analytics/background.rb |