Sha256: e97883a35b12e34672375f0b88296a5e86cc9f8de721a16b249fa0a52567da61

Contents?: true

Size: 703 Bytes

Versions: 22

Compression:

Stored size: 703 Bytes

Contents

Feature: The Reek CLI maintains backwards compatibility
  In order to use Reek without fuss
  As a developer
  I want to have a stable basic command line interface

  Scenario: the example from README reports as expected
    Given the smelly file 'smelly.rb'
    When I run reek smelly.rb
    Then the exit status indicates smells
    And it reports:
    """
    smelly.rb -- 2 warnings:
      [4]:UncommunicativeMethodName: Smelly#x has the name 'x' [https://github.com/troessner/reek/blob/master/docs/Uncommunicative-Method-Name.md]
      [5]:UncommunicativeVariableName: Smelly#x has the variable name 'y' [https://github.com/troessner/reek/blob/master/docs/Uncommunicative-Variable-Name.md]
    """

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
reek-4.8.1 features/command_line_interface/basic_usage.feature
reek-4.8.0 features/command_line_interface/basic_usage.feature
reek-4.7.3 features/command_line_interface/basic_usage.feature
reek-4.7.2 features/command_line_interface/basic_usage.feature
reek-4.7.1 features/command_line_interface/basic_usage.feature
reek-4.7.0 features/command_line_interface/basic_usage.feature
reek-4.6.2 features/command_line_interface/basic_usage.feature
reek-4.6.1 features/command_line_interface/basic_usage.feature
reek-4.6.0 features/command_line_interface/basic_usage.feature
reek-4.5.6 features/command_line_interface/basic_usage.feature
reek-4.5.5 features/command_line_interface/basic_usage.feature
reek-4.5.4 features/command_line_interface/basic_usage.feature
reek-4.5.3 features/command_line_interface/basic_usage.feature
reek-4.5.2 features/command_line_interface/basic_usage.feature
reek-4.5.1 features/command_line_interface/basic_usage.feature
reek-4.5.0 features/command_line_interface/basic_usage.feature
reek-4.4.2 features/command_line_interface/basic_usage.feature
reek-4.4.1 features/command_line_interface/basic_usage.feature
reek-4.4.0 features/command_line_interface/basic_usage.feature
reek-4.3.0 features/command_line_interface/basic_usage.feature