diff options
author | Joachim Filip Ignacy Bartosik <jbartosik@gmail.com> | 2010-07-02 16:19:35 +0200 |
---|---|---|
committer | Joachim Filip Ignacy Bartosik <jbartosik@gmail.com> | 2010-07-12 19:17:19 +0200 |
commit | 0d88de6e77c3e00398d152cd430a617b80f4c821 (patch) | |
tree | 6c282ff4c1b49d6ca26baf6ea8389a60c6a2387c /features/support | |
parent | Users can view descriptions of question groups (diff) | |
download | recruiting-webapp-0d88de6e77c3e00398d152cd430a617b80f4c821.tar.gz recruiting-webapp-0d88de6e77c3e00398d152cd430a617b80f4c821.tar.bz2 recruiting-webapp-0d88de6e77c3e00398d152cd430a617b80f4c821.zip |
Multiple choice questions
Diffstat (limited to 'features/support')
-rw-r--r-- | features/support/paths.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/features/support/paths.rb b/features/support/paths.rb index bbc49a8..c6f2aa2 100644 --- a/features/support/paths.rb +++ b/features/support/paths.rb @@ -52,6 +52,9 @@ module NavigationHelpers when /question groups index page/ category_question_groups_path + + when /show "([^\"]*)" question page/ + question_path(Question.find_by_title($1)) # Add more mappings here. # Here is an example that pulls values out of the Regexp: # |