lib/cucumber/pickles/steps/check_in/factory.rb in pickles-0.2.1 vs lib/cucumber/pickles/steps/check_in/factory.rb in pickles-0.2.2

- old
+ new

@@ -1,7 +1,7 @@ class CheckIn::Factory - TAG = /^(.+\S+)\s*\((.*)\)$/ + TAG = /^(.+\S+)?\s*\((.*)\)$/ def initialize(label, value, within: nil) @label = label @value = value @within = within