isolate builder relative feature
This commit is contained in:
parent
b133782395
commit
b5a9b78f42
5 changed files with 10 additions and 6 deletions
|
@ -18,6 +18,6 @@ Feature: Builder
|
|||
And cleanup built app at "test-app"
|
||||
|
||||
Scenario: Force relative assets
|
||||
Given a built test app with flags "--relative"
|
||||
Then "stylesheets/relative_assets.css" should exist at "test-app" and include "../"
|
||||
And cleanup built app at "test-app"
|
||||
Given a built app at "relative-app" with flags "--relative"
|
||||
Then "stylesheets/relative_assets.css" should exist at "relative-app" and include "../"
|
||||
And cleanup built app at "relative-app"
|
Loading…
Add table
Add a link
Reference in a new issue