cucumber.api.jruby.he.rb Maven / Gradle / Ivy
The newest version!
module Cucumber
module Runtime
module JRuby
module Dsl
def בהינתן(regexp, &proc)
register_stepdef(regexp, proc)
end
def כאשר(regexp, &proc)
register_stepdef(regexp, proc)
end
def אז(regexp, &proc)
register_stepdef(regexp, proc)
end
def אזי(regexp, &proc)
register_stepdef(regexp, proc)
end
def וגם(regexp, &proc)
register_stepdef(regexp, proc)
end
def אבל(regexp, &proc)
register_stepdef(regexp, proc)
end
end
end
end
end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy