cucumber.api.jruby.ca.rb Maven / Gradle / Ivy
The newest version!
module Cucumber
module Runtime
module JRuby
module Dsl
def Donat(regexp, &proc)
register_stepdef(regexp, proc)
end
def Donada(regexp, &proc)
register_stepdef(regexp, proc)
end
def Atès(regexp, &proc)
register_stepdef(regexp, proc)
end
def Atesa(regexp, &proc)
register_stepdef(regexp, proc)
end
def Quan(regexp, &proc)
register_stepdef(regexp, proc)
end
def Aleshores(regexp, &proc)
register_stepdef(regexp, proc)
end
def Cal(regexp, &proc)
register_stepdef(regexp, proc)
end
def I(regexp, &proc)
register_stepdef(regexp, proc)
end
def Però(regexp, &proc)
register_stepdef(regexp, proc)
end
end
end
end
end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy