From 54aac09f03c01dc1b3190618e5429dc8bb628ff3 Mon Sep 17 00:00:00 2001 From: Ariel Gold Date: Thu, 5 Mar 2015 14:25:46 -0800 Subject: [PATCH] Add homepage_works.feature --- features/homepage_works.feature | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 features/homepage_works.feature diff --git a/features/homepage_works.feature b/features/homepage_works.feature new file mode 100644 index 0000000..572d46c --- /dev/null +++ b/features/homepage_works.feature @@ -0,0 +1,4 @@ +Feature: As a visitor I should be able to load the home page +Scenario: Home page loads +Given I am on the homepage +Then I should see "Test with Robots"