Sha256: c230be936da4e66e9b0f61c63706f7de7ba5512b1f439fd65bca6f83924c895d
Contents?: true
Size: 307 Bytes
Versions: 1
Compression:
Stored size: 307 Bytes
Contents
# frozen_string_literal: true module Specimen module Command class SpecsRunner < PathRunner class_option :specimen_config, aliases: %w[--sc], type: :string, default: 'specimen.specs.yml' class_option :specimen_profile, aliases: %w[--sp], type: :string, default: 'rspec' end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
specimen-0.0.4.alpha | lib/specimen/command/runner/specs_runner.rb |