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

Version Path
redcar-0.13 plugins/runnables/features/file_runner_input.feature
redcar-dev-0.13.5dev plugins/runnables/features/file_runner_input.feature
redcar-dev-0.13.4dev plugins/runnables/features/file_runner_input.feature
redcar-dev-0.13.3dev plugins/runnables/features/file_runner_input.feature
redcar-dev-0.13.2dev plugins/runnables/features/file_runner_input.feature
redcar-dev-0.13.1dev plugins/runnables/features/file_runner_input.feature
redcar-0.12.1 plugins/runnables/features/file_runner_input.feature
redcar-dev-0.13.0dev plugins/runnables/features/file_runner_input.feature
redcar-0.12 plugins/runnables/features/file_runner_input.feature
redcar-dev-0.12.27dev plugins/runnables/features/file_runner_input.feature
redcar-dev-0.12.26dev plugins/runnables/features/file_runner_input.feature
redcar-dev-0.12.25dev plugins/runnables/features/file_runner_input.feature
redcar-dev-0.12.24dev plugins/runnables/features/file_runner_input.feature
redcar-dev-0.12.23dev plugins/runnables/features/file_runner_input.feature
redcar-dev-0.12.22dev plugins/runnables/features/file_runner_input.feature
redcar-dev-0.12.21dev plugins/runnables/features/file_runner_input.feature
redcar-dev-0.12.20dev plugins/runnables/features/file_runner_input.feature
redcar-dev-0.12.19dev plugins/runnables/features/file_runner_input.feature
redcar-dev-0.12.18dev plugins/runnables/features/file_runner_input.feature
redcar-dev-0.12.17dev plugins/runnables/features/file_runner_input.feature