test directories containing the tilde characters
This commit is contained in:
parent
42f9e331da
commit
392a4d23f6
14
middleman-core/features/tilde_directories.feature
Normal file
14
middleman-core/features/tilde_directories.feature
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
@encoding
|
||||||
|
|
||||||
|
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!"
|
Loading…
Reference in a new issue