Sha256: ea4666eae9b2b7bffe062644dae4ec7618802c5960ec1658a75b5bb5dba6dc40

Contents?: true

Size: 785 Bytes

Versions: 5

Compression:

Stored size: 785 Bytes

Contents

@masking
Feature: The Reek API maintains backwards compatibility
  In order to use Reek without fuss
  As a developer
  I want to have a stable API

  Scenario: the demo example reports as expected
    When I run reek spec/samples/demo
    Then the exit status indicates smells
    And it reports:
      """
      spec/samples/demo/demo.rb -- 6 warnings:
        Dirty has no descriptive comment (IrresponsibleModule)
        Dirty#awful has 4 parameters (LongParameterList)
        Dirty#awful has boolean parameter 'log' (BooleanParameter)
        Dirty#awful has the parameter name 'x' (UncommunicativeParameterName)
        Dirty#awful has the parameter name 'y' (UncommunicativeParameterName)
        Dirty#awful has the variable name 'w' (UncommunicativeVariableName)

      """

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
reek-1.2.13 features/ruby_api/api.feature
reek-1.2.12 features/ruby_api/api.feature
reek-1.2.11 features/ruby_api/api.feature
reek-1.2.10 features/ruby_api/api.feature
reek-1.2.9 features/ruby_api/api.feature