Sha256: ed1031fa1fdf4c6a134194b68351bcb8a6bb0ea703d7d6bde727b9e2cde1f889

Contents?: true

Size: 296 Bytes

Versions: 19

Compression:

Stored size: 296 Bytes

Contents

When /^I run the command ([^\s]+)$/ do |command_name|
  Swt.sync_exec do
    command_class = eval(command_name)
    command = command_class.new
    if command.is_a?(Redcar::DocumentCommand)
      command.run(:env => {:edit_view => implicit_edit_view})
    else
      command.run
    end
  end
end

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
redcar-0.13 plugins/application/features/step_definitions/command_steps.rb
redcar-dev-0.13.5dev plugins/application/features/step_definitions/command_steps.rb
redcar-dev-0.13.4dev plugins/application/features/step_definitions/command_steps.rb
redcar-dev-0.13.3dev plugins/application/features/step_definitions/command_steps.rb
redcar-dev-0.13.2dev plugins/application/features/step_definitions/command_steps.rb
redcar-dev-0.13.1dev plugins/application/features/step_definitions/command_steps.rb
redcar-0.12.1 plugins/application/features/step_definitions/command_steps.rb
redcar-dev-0.13.0dev plugins/application/features/step_definitions/command_steps.rb
redcar-0.12 plugins/application/features/step_definitions/command_steps.rb
redcar-dev-0.12.27dev plugins/application/features/step_definitions/command_steps.rb
redcar-dev-0.12.26dev plugins/application/features/step_definitions/command_steps.rb
redcar-dev-0.12.25dev plugins/application/features/step_definitions/command_steps.rb
redcar-dev-0.12.24dev plugins/application/features/step_definitions/command_steps.rb
redcar-dev-0.12.23dev plugins/application/features/step_definitions/command_steps.rb
redcar-dev-0.12.22dev plugins/application/features/step_definitions/command_steps.rb
redcar-dev-0.12.21dev plugins/application/features/step_definitions/command_steps.rb
redcar-dev-0.12.20dev plugins/application/features/step_definitions/command_steps.rb
redcar-dev-0.12.19dev plugins/application/features/step_definitions/command_steps.rb
redcar-dev-0.12.18dev plugins/application/features/step_definitions/command_steps.rb