Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webapp/webapp/features/index.feature
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/webapp/features/index.feature')
-rw-r--r--webapp/webapp/features/index.feature5
1 files changed, 5 insertions, 0 deletions
diff --git a/webapp/webapp/features/index.feature b/webapp/webapp/features/index.feature
new file mode 100644
index 0000000..9aee07b
--- /dev/null
+++ b/webapp/webapp/features/index.feature
@@ -0,0 +1,5 @@
+Feature: App needs title
+
+ Scenario: Home page has title
+ Given I access the url "/"
+ Then I should see "Sistema de encuestas" as title \ No newline at end of file