Sha256: cef713504730b7b0f4b0e85ece6469fbda34273e2bb7dd8c30aeb9354eb07ddc

Contents?: true

Size: 530 Bytes

Versions: 2

Compression:

Stored size: 530 Bytes

Contents

@wip
Feature: Indentation check
  As a Ruby developer
  I want to check the indentation of my Ruby code
  So that I follow Ruby indentation conventions.

  Scenario: No indentation problems with this project
    Given my configuration file ".tailor" looks like:
    """
    Tailor.config do |config|
      config.file_set do
        trailing_newlines 0
      end
    end
    """
    When I successfully run `tailor -d -c .tailor ../../lib`
    Then the output should contain "problem count: 0"
    And the exit status should be 0

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tailor-1.0.0.alpha2 features/indentation.feature
tailor-1.0.0.alpha features/indentation.feature