Sha256: 3d2627e1e2a066ed5367a38f7d2ac5a32ba61ec7833154a2b101eb9144fadc5a

Contents?: true

Size: 594 Bytes

Versions: 8

Compression:

Stored size: 594 Bytes

Contents

Feature: find rules defined in a stylesheet
  In order to find visual components of a website
  As a developer
  I want to find style rules in a stylesheet

  Scenario: find rules in a stylesheet
    Given I have a css file at the url http://example.com/css/stylesheets/screen.css
    When I ask the style about it's rules
    Then I should receive a list of style rules

  Scenario: find rule attributes
    Given I have a rule in the css file at the url http://example.com/css/stylesheets/screen.css
    When I ask the rule about it's attributes
    Then I should get details about the rule

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
stylesheet-0.1.8 features/style_rules.feature
stylesheet-0.1.7 features/style_rules.feature
stylesheet-0.1.6 features/style_rules.feature
stylesheet-0.1.5 features/style_rules.feature
stylesheet-0.1.4 features/style_rules.feature
stylesheet-0.1.3 features/style_rules.feature
stylesheet-0.1.1 features/style_rules.feature
stylesheet-0.1.0 features/style_rules.feature