All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cucumber.api.jruby.lu.rb Maven / Gradle / Ivy

The newest version!
module Cucumber
  module Runtime
    module JRuby
      module Dsl

        def ugeholl(regexp, &proc)
          register_stepdef(regexp, proc)
        end

        def wann(regexp, &proc)
          register_stepdef(regexp, proc)
        end

        def dann(regexp, &proc)
          register_stepdef(regexp, proc)
        end

        def an(regexp, &proc)
          register_stepdef(regexp, proc)
        end

        def a(regexp, &proc)
          register_stepdef(regexp, proc)
        end

        def awer(regexp, &proc)
          register_stepdef(regexp, proc)
        end

        def mä(regexp, &proc)
          register_stepdef(regexp, proc)
        end

      end
    end
  end
end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy