mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
8 lines
No EOL
279 B
Gherkin
8 lines
No EOL
279 B
Gherkin
Feature: Support Rack apps mounted using map
|
|
|
|
Scenario: Mounted Rack App at /sinatra
|
|
Given the Server is running at "sinatra-app"
|
|
When I go to "/"
|
|
Then I should see "Hello World (Middleman)"
|
|
When I go to "/sinatra/"
|
|
Then I should see "Hello World (Sinatra)" |