mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
efd1ef69d6
Upgrade our deps Drop support for Ruby 2.2 (because some deps have) Update rubocop and lints
12 lines
393 B
Gherkin
12 lines
393 B
Gherkin
Feature: Tilde directories
|
|
In order to support ~ characters in directories
|
|
|
|
Scenario: Build directories with containing ~ characters in their name
|
|
Given a fixture app "empty-app"
|
|
And a file named "source/~notexistinguser/index.html" with:
|
|
"""
|
|
It works!
|
|
"""
|
|
And the Server is running
|
|
When I go to "/~notexistinguser/index.html"
|
|
Then I should see "It works!"
|