Sha256: 931a74261b47ea7bfabc1fc688830d89dc59b6e37ae266771aebea8af3266f7c

Contents?: true

Size: 923 Bytes

Versions: 13

Compression:

Stored size: 923 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 -- 8 warnings:
        [1]:Dirty has no descriptive comment (IrresponsibleModule)
        [3]:Dirty#awful has 4 parameters (LongParameterList)
        [3]:Dirty#awful has boolean parameter 'log' (BooleanParameter)
        [5]:Dirty#awful has the variable name 'w' (UncommunicativeVariableName)
        [3]:Dirty#awful has unused parameter 'log' (UnusedParameters)
        [3]:Dirty#awful has unused parameter 'offset' (UnusedParameters)
        [3]:Dirty#awful has unused parameter 'x' (UnusedParameters)
        [3]:Dirty#awful has unused parameter 'y' (UnusedParameters)
      """

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
reek-2.0.0 features/ruby_api/api.feature
reek-1.6.6 features/ruby_api/api.feature
reek-1.6.5 features/ruby_api/api.feature
reek-1.6.4 features/ruby_api/api.feature
reek-1.6.3 features/ruby_api/api.feature
reek-1.6.2 features/ruby_api/api.feature
reek-1.6.1 features/ruby_api/api.feature
reek-1.6.0 features/ruby_api/api.feature
reek-1.5.1 features/ruby_api/api.feature
reek-1.5.0 features/ruby_api/api.feature
reek-1.4.0 features/ruby_api/api.feature
reek-1.3.8 features/ruby_api/api.feature
reek-1.3.7 features/ruby_api/api.feature