Feature: Meta redirects Scenario: Redirect to unknown file Given a fixture app "large-build-app" And a file named "config.rb" with: """ redirect "hello.html", to: "world.html" """ And the Server is running at "large-build-app" When I go to "/hello.html" Then I should see '