mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Add expectation that .nojekyll file should exist to directory_index feature
This commit is contained in:
parent
0d4dd71ae2
commit
00d6a78872
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ Feature: Directory Index
|
|||
| regular/index.html |
|
||||
| .htaccess |
|
||||
| .htpasswd |
|
||||
| .nojekyll |
|
||||
Then the following files should not exist:
|
||||
| egular/index/index.html |
|
||||
| needs_index.html |
|
||||
|
|
Loading…
Reference in a new issue