Sha256: 968b9afa18cf8a92f4a330b8e006c7a820d65813dd51ad17c9637f61a184c4ed

Contents?: true

Size: 402 Bytes

Versions: 8

Compression:

Stored size: 402 Bytes

Contents

Feature: find declarations defined in a style rules
  In order to find visual components of a website
  As a developer
  I want to find the css rule declarations in a style rule

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

Version data entries

8 entries across 8 versions & 1 rubygems

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