Sha256: 65c72937bab860ccf7763163738564441e4c77fdd54087bea553e1e75bef31e0

Contents?: true

Size: 119 Bytes

Versions: 35

Compression:

Stored size: 119 Bytes

Contents

When /^I run the command ([^\s]+)$/ do |command_name|
  command_class = eval(command_name)
  command_class.new.run
end

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
redcar-0.11 plugins/application/features/step_definitions/command_steps.rb
redcar-0.11.0dev plugins/application/features/step_definitions/command_steps.rb
redcar-0.10 plugins/application/features/step_definitions/command_steps.rb
redcar-0.9.2 plugins/application/features/step_definitions/command_steps.rb
redcar-0.9.1 plugins/application/features/step_definitions/command_steps.rb
redcar-0.9.0 plugins/application/features/step_definitions/command_steps.rb
redcar-0.8.1 plugins/application/features/step_definitions/command_steps.rb
redcar-0.8 plugins/application/features/step_definitions/command_steps.rb
redcar-0.7 plugins/application/features/step_definitions/command_steps.rb
redcar-0.6.1 plugins/application/features/step_definitions/command_steps.rb
redcar-0.6 plugins/application/features/step_definitions/command_steps.rb
redcar-0.6.1dev plugins/application/features/step_definitions/command_steps.rb
redcar-0.5.1 plugins/application/features/step_definitions/command_steps.rb
redcar-0.5 plugins/application/features/step_definitions/command_steps.rb
redcar-0.5.6dev plugins/application/features/step_definitions/command_steps.rb
redcar-0.5.5dev plugins/application/features/step_definitions/command_steps.rb
redcar-0.5.4dev plugins/application/features/step_definitions/command_steps.rb
redcar-0.5.3dev plugins/application/features/step_definitions/command_steps.rb
redcar-0.5.2dev plugins/application/features/step_definitions/command_steps.rb
redcar-0.5.1dev plugins/application/features/step_definitions/command_steps.rb