middleman/middleman-core/features/mount_rack.feature
2011-12-29 15:09:51 -08:00

8 lines
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)"