Sha256: 0fc6ae4956d2376183b74b5713d185f6ef38a9c532527ee87af79d8a53a02f43

Contents?: true

Size: 469 Bytes

Versions: 19

Compression:

Stored size: 469 Bytes

Contents

When /I start recording a macro/ do
  Swt.sync_exec do
    Redcar::Macros::StartStopRecordingCommand.new.run(:env => {:tab => implicit_edit_tab})
  end
end

When /I stop recording a macro/ do
  Swt.sync_exec do
    Redcar::Macros::StartStopRecordingCommand.new.run(:env => {:tab => implicit_edit_tab})
  end
end

When /I run the last recorded macro/ do
  Swt.sync_exec do
    Redcar::Macros::RunLastCommand.new.run(:env => {:edit_view => implicit_edit_view})
  end
end

Version data entries

19 entries across 19 versions & 2 rubygems

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