Sha256: a1b7744ea14338edf1a71ab535d4fc3a57cefe96c634d60ce6cf892a3bf3b902

Contents?: true

Size: 234 Bytes

Versions: 6

Compression:

Stored size: 234 Bytes

Contents

@rake
Feature: RakeTask
  In order to run reek as part of my CI process
  As a developer
  I want to create rake tasks to run reek

  Scenario: reports no smells in reek's own source code
    When I run rake reek
    Then it succeeds

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
kevinrutherford-reek-1.1.3.10 features/rake_task.feature
kevinrutherford-reek-1.1.3.5 features/rake_task.feature
kevinrutherford-reek-1.1.3.6 features/rake_task.feature
kevinrutherford-reek-1.1.3.7 features/rake_task.feature
kevinrutherford-reek-1.1.3.8 features/rake_task.feature
kevinrutherford-reek-1.1.3.9 features/rake_task.feature