middleman/features/sinatra.feature

6 lines
162 B
Gherkin

Feature: Sinatra Routes
Scenario: Rendering html
Given the Server is running at "test-app"
When I go to "/sinatra_test"
Then I should see "Ratpack"