Added homepage.feature

This commit is contained in:
Oliver Davies 2015-08-23 18:25:55 +01:00
parent 5a37a51f37
commit 0e1777894c

View file

@ -0,0 +1,8 @@
Feature: Homepage
In order to check that the website still works
As a website user
I need to be able to see that the homepage is correct
Scenario:
Given I am on "/"
Then I should see "Web Developer and System Administrator"