cucumber.api.jruby.en_scouse.rb Maven / Gradle / Ivy
The newest version!
module Cucumber
module Runtime
module JRuby
module Dsl
def Givun(regexp, &proc)
register_stepdef(regexp, proc)
end
def Youseknowwhenyousegot(regexp, &proc)
register_stepdef(regexp, proc)
end
def Wun(regexp, &proc)
register_stepdef(regexp, proc)
end
def Youseknowlikewhen(regexp, &proc)
register_stepdef(regexp, proc)
end
def Dun(regexp, &proc)
register_stepdef(regexp, proc)
end
def Denyousegotta(regexp, &proc)
register_stepdef(regexp, proc)
end
def An(regexp, &proc)
register_stepdef(regexp, proc)
end
def Buh(regexp, &proc)
register_stepdef(regexp, proc)
end
end
end
end
end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy