Sha256: ab3f60c42403e69a45c550e290cd93e2a4a091ee60ca8fa513818eca47ca9d45

Contents?: true

Size: 965 Bytes

Versions: 4

Compression:

Stored size: 965 Bytes

Contents

Feature: Survey creation
  As a 
  I want to write out the survey in the DSL
  So that I can give it to survey participants

  Scenario: Basic questions
    Given I parse redcap file "REDCapDemoDatabase_DataDictionary.csv"
    Then there should be 1 survey with:
      ||
    And there should be 143 questions with:
      ||
    And there should be 233 answers with:
      ||
    And there should be 3 resolved dependency_conditions with:
      ||
    And there should be 2 dependencies with:
      | rule    |
      | A       |
      | A and B |
  Scenario: question level dependencies
    Given I parse redcap file "redcap_siblings.csv"
    Then there should be 1 survey with:
      ||
    And there should be 2 questions with:
      ||
    And there should be 2 answers with:
      ||
    And there should be 1 resolved dependency_conditions with:
      | rule_key |
	  | A    	 |
    And there should be 1 dependencies with:
      | rule    |
      | A       |

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
surveyor-0.19.7 features/redcap_parser.feature
surveyor-0.19.6 features/redcap_parser.feature
surveyor-0.19.5 features/redcap_parser.feature
surveyor-0.19.4 features/redcap_parser.feature