Sha256: 806d360129effd7a36a9c9d212682182d3afaa75a0315a2c17ecd6da1dc77f1e
Contents?: true
Size: 457 Bytes
Versions: 6
Compression:
Stored size: 457 Bytes
Contents
Feature: Relative Assets In order easily switch between relative and absolute paths Scenario: Rendering css with the feature disabled Given "relative_assets" feature is "disabled" When I go to "/stylesheets/relative_assets.css" Then I should not see "../" Scenario: Rendering css with the feature enabled Given "relative_assets" feature is "enabled" When I go to "/stylesheets/relative_assets.css" Then I should see "../"
Version data entries
6 entries across 6 versions & 1 rubygems