Make middleman compatible with aruba 0.10.x

This commit is contained in:
Dennis Günnewig 2015-11-09 14:46:48 +01:00
parent 90d386079d
commit 741caab546
9 changed files with 206 additions and 103 deletions

View file

@ -6,7 +6,7 @@ Feature: Run the preview server
Background:
Given a fixture app "preview-server-app"
And the default aruba timeout is 30 seconds
And the default aruba exit timeout is 30 seconds
Scenario: Start the server with defaults
When I run `middleman server` interactively