added testing stuff, and wrote first successful test!
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# features/home.feature
|
||||
|
||||
Feature: Homepage
|
||||
|
||||
Loading the homepage is the initial starting point for this tool
|
||||
|
||||
Scenario: Homepage Loads
|
||||
Given I visit the homepage
|
||||
Then I should see "URL Shortener"
|
||||
Reference in New Issue
Block a user