Sha256: 6e3ce9c2fe87872cbda1c5c1810c25c26599150547046502bd400b710a732caa

Contents?: true

Size: 427 Bytes

Versions: 3

Compression:

Stored size: 427 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;
      }
    """
    When I run `color-cop`
    Then the output should contain "main.scss"
    And the output should contain "more-colors.scss"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
color-cop-0.0.4 features/detect_stray_hex_codes.feature
color-cop-0.0.3 features/detect_stray_hex_codes.feature
color-cop-0.0.2 features/detect_stray_hex_codes.feature