Sha256: d94ba85b17706b210a40fc2569abdd647eefb575d32af6e055c2a807a830436e
Contents?: true
Size: 890 Bytes
Versions: 35
Compression:
Stored size: 890 Bytes
Contents
@runnables Feature: Using file properties in commands As a user I want to run commands that rely on the current edit view So I don't have to write many similar commands Background: When I will choose "plugins/runnables/features/fixtures" from the "open_directory" dialog And I open a directory Scenario: Using the name of the current file in a command Given I have opened "plugins/runnables/features/fixtures/name_app.rb" And I run the command Redcar::Runnables::RunEditTabCommand Then my active tab should be "Running name_app.rb" And the HTML tab should say "name_app" Scenario: Using the current line number in a command Given I have opened "plugins/runnables/features/fixtures/line_app.rb" And I run the command Redcar::Runnables::RunEditTabCommand Then my active tab should be "Running line_app.rb" And the HTML tab should say "1"
Version data entries
35 entries across 35 versions & 2 rubygems