From 0e1777894c9db9d2c80e0c6a5ef2ecd5b78d7688 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 23 Aug 2015 18:25:55 +0100 Subject: [PATCH] Added homepage.feature --- features/homepage.feature | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 features/homepage.feature 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"