Sha256: 0cb471c08112668790b53670230b12fb6b19b61b05581d3376f62976f493efa4

Contents?: true

Size: 211 Bytes

Versions: 2

Compression:

Stored size: 211 Bytes

Contents

# Put your step definitions here
Given(/^I set the environment variables to:$/) do |table|
  # table is a Cucumber::Ast::Table
  data = table.rows_hash
  data.each do |key, value|
    ENV[key] = value
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sc_tmux-0.0.2 features/step_definitions/sc_tmux_steps.rb
sc_tmux-0.0.1 features/step_definitions/sc_tmux_steps.rb