class Spec::Story::Step

def matches?(name)

def matches?(name)
  !(matches = name.match(@expression)).nil?
end