isolate builder relative feature

This commit is contained in:
Thomas Reynolds 2011-08-05 15:29:21 -07:00
parent b133782395
commit b5a9b78f42
5 changed files with 10 additions and 6 deletions

View file

@ -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"