Sha256: b223ed3c544cf15a9e78f78fa715c64fe0ac47af3bc6936557cac3fb776fc74d

Contents?: true

Size: 310 Bytes

Versions: 1

Compression:

Stored size: 310 Bytes

Contents

# frozen_string_literal: true

module Specimen
  module Command
    class CukesRunner < PathRunner
      class_option :specimen_config, aliases: %w[--sc], type: :string, default: 'specimen.cukes.yml'
      class_option :specimen_profile, aliases: %w[--sp], type: :string, default: 'cucumber'
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
specimen-0.0.4.alpha lib/specimen/command/runner/cukes_runner.rb