Sha256: a2e6460d023c4ec73b57b0fcf42942998c568b78eb3e9a8104be10b062a673c4

Contents?: true

Size: 547 Bytes

Versions: 5

Compression:

Stored size: 547 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 |

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
surveyor-0.19.3 features/redcap_parser.feature
surveyor-0.19.2 features/redcap_parser.feature
surveyor-0.19.1 features/redcap_parser.feature
surveyor-0.19.0 features/redcap_parser.feature
surveyor-0.18.2 features/redcap.feature