Sha256: 0e9c38d032a567f4f915f71972c4df575201e53596866c6c8e51e259c0d9906b

Contents?: true

Size: 483 Bytes

Versions: 1

Compression:

Stored size: 483 Bytes

Contents

Feature: Detecting hex codes
When a file contains hex codes

  Scenario:
    Given a file named "main.scss" with:
    """
      body: {
        background-color: #ffffff;
      }
    """
    And a file named "more-colors.scss" with:
    """
      .container: {
        color: #000000;
      }
      .row {
        color: rbg(200, 200, 100);
      }
    """
    When I run `color-cop`
    Then the output should contain "main.scss"
    And the output should contain "more-colors.scss"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
color-cop-0.0.5 features/detect_stray_hex_codes.feature