test directories containing the tilde characters

i18n_v4
Jörg Thalheim 2012-07-21 10:43:47 +02:00 committed by Thomas Reynolds
parent 52819cd239
commit 4b52858f61
1 changed files with 14 additions and 0 deletions

View 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!"