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

cucumber.api.jruby.am.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