Sha256: c8309b64422941743cdb65c3e5fb73758cf6d805566bb8152a76899e6a9a815e

Contents?: true

Size: 377 Bytes

Versions: 5

Compression:

Stored size: 377 Bytes

Contents

# :reek:FeatureEnvy { enabled: false }
# :reek:UtilityFunction { enabled: false }

module SettingsHelper
  def create_settings(options)
    automation = options[:automation]
    visual = options[:visual]
    framework = options[:framework]
    {
      automation:,
      framework:,
      name: "#{framework}_#{automation}#{'_visual' if visual}",
      visual:
    }
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ruby_raider-0.9.4 spec/support/settings_helper.rb
ruby_raider-0.9.3 spec/support/settings_helper.rb
ruby_raider-0.9.2 spec/support/settings_helper.rb
ruby_raider-0.9.1 spec/support/settings_helper.rb
ruby_raider-0.9.0 spec/support/settings_helper.rb