cucumber.api.jruby.en_au.rb Maven / Gradle / Ivy
The newest version!
module Cucumber
module Runtime
module JRuby
module Dsl
def Yknow(regexp, &proc)
register_stepdef(regexp, proc)
end
def Itsjustunbelievable(regexp, &proc)
register_stepdef(regexp, proc)
end
def ButattheendofthedayIreckon(regexp, &proc)
register_stepdef(regexp, proc)
end
def Tooright(regexp, &proc)
register_stepdef(regexp, proc)
end
def Yeahnah(regexp, &proc)
register_stepdef(regexp, proc)
end
end
end
end
end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy