Sha256: 9498cc4d1bff065a6fcc80c4fe0ee5c71d0d23bba5ccf220350b67a059cae743

Contents?: true

Size: 240 Bytes

Versions: 65

Compression:

Stored size: 240 Bytes

Contents

require 'yaml'

desc 'Selects browser for automation run'
task :select_browser, [:browser] do |_t, args|
  config = YAML.load_file('config/config.yml')
  config['browser'] = args.browser
  File.write('config/config.yml', config.to_yaml)
end

Version data entries

65 entries across 65 versions & 1 rubygems

Version Path
ruby_raider-0.8.6 lib/generators/templates/common/rakefile.tt
ruby_raider-0.8.5 lib/generators/templates/common/rakefile.tt
ruby_raider-0.8.3 lib/generators/templates/common/rakefile.tt
ruby_raider-0.8.2 lib/generators/templates/common/rakefile.tt
ruby_raider-0.8.1 lib/generators/templates/common/rakefile.tt
ruby_raider-0.8.0 lib/generators/templates/common/rakefile.tt
ruby_raider-0.7.9 lib/generators/templates/common/rakefile.tt
ruby_raider-0.7.8 lib/generators/templates/common/rakefile.tt
ruby_raider-0.7.7 lib/generators/templates/common/rakefile.tt
ruby_raider-0.7.6 lib/generators/templates/common/rakefile.tt
ruby_raider-0.7.5 lib/generators/templates/common/rakefile.tt
ruby_raider-0.7.4 lib/generators/templates/common/rakefile.tt
ruby_raider-0.7.3 lib/generators/templates/common/rakefile.tt
ruby_raider-0.7.2 lib/generators/templates/common/rakefile.tt
ruby_raider-0.7.1 lib/generators/templates/common/rakefile.tt
ruby_raider-0.7.0 lib/generators/templates/common/rakefile.tt
ruby_raider-0.6.9 lib/generators/templates/common/rakefile.tt
ruby_raider-0.6.8 lib/generators/templates/common/rakefile.tt
ruby_raider-0.6.7 lib/generators/templates/common/rakefile.tt
ruby_raider-0.6.6 lib/generators/templates/common/rakefile.tt