1 @chrome @firefox @vagrant
4 Scenario: Anonymous goes to file that does not exist
5 Given I am at file that does not exist
6 Then page should show that no such file exists
8 Scenario: Logged-in user goes to file that does not exist
10 And I am at file that does not exist
11 Then page should show that no such file exists