cucumber.api.jruby.lt.rb Maven / Gradle / Ivy
The newest version!
module Cucumber
module Runtime
module JRuby
module Dsl
def Duota(regexp, &proc)
register_stepdef(regexp, proc)
end
def Kai(regexp, &proc)
register_stepdef(regexp, proc)
end
def Tada(regexp, &proc)
register_stepdef(regexp, proc)
end
def Ir(regexp, &proc)
register_stepdef(regexp, proc)
end
def Bet(regexp, &proc)
register_stepdef(regexp, proc)
end
end
end
end
end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy