diff --git a/features/homepage.feature b/features/homepage.feature new file mode 100644 index 00000000..75b1648e --- /dev/null +++ b/features/homepage.feature @@ -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"