Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCode Raguet <ignacio.code@gmail.com>2013-09-05 21:27:39 (GMT)
committer Code Raguet <ignacio.code@gmail.com>2013-09-05 21:28:18 (GMT)
commitadebc802e54285ecaa99f379b92a6095c5b8e6a8 (patch)
treed5e7c4312fe29c404b930971585e71d4eac0f569
parent3f91546ba427087040070e9475c2bf1744c0c86f (diff)
remove unused step
-rw-r--r--webapp/webapp/features/steps.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/webapp/webapp/features/steps.py b/webapp/webapp/features/steps.py
index 041f09a..1df4797 100644
--- a/webapp/webapp/features/steps.py
+++ b/webapp/webapp/features/steps.py
@@ -16,12 +16,6 @@ from poll_result_details import get_pollster_by_username
from poll_result_details import create_poll_result_file
-@step(u'Given I am a researcher: "([^"]*)"')
-def given_i_am_a_researcher_username(step, username):
- password = username
- create_user_and_login(Sociologist, username, password)
-
-
@step(u'Given I am a researcher')
def given_i_am_a_researcher(step):
username = "researcher"