Sha256: ce2db24efa3994c902c1d5ff7abedcade96729684f44b20fa2ae05eac04e4b89
Contents?: true
Size: 388 Bytes
Versions: 16
Compression:
Stored size: 388 Bytes
Contents
When /I start recording a macro/ do Redcar::Macros::StartStopRecordingCommand.new.run(:env => {:tab => implicit_edit_tab}) end When /I stop recording a macro/ do Redcar::Macros::StartStopRecordingCommand.new.run(:env => {:tab => implicit_edit_tab}) end When /I run the last recorded macro/ do Redcar::Macros::RunLastCommand.new.run(:env => {:edit_view => implicit_edit_view}) end
Version data entries
16 entries across 16 versions & 1 rubygems