lib/pickle/world.rb in pickle-0.2.1 vs lib/pickle/world.rb in pickle-0.2.2

- old
+ new

@@ -3,7 +3,7 @@ # make cucumber world pickle aware World(Pickle::Session) # shortcuts to regexps for use in step definition regexps class << self - delegate :capture_model, :capture_fields, :capture_factory, :capture_plural_factory, :capture_predicate, :to => 'Pickle.parser' + delegate :capture_model, :capture_fields, :capture_factory, :capture_plural_factory, :capture_predicate, :capture_value, :to => 'Pickle.parser' end