Sha256: 525a3320b6c774fa9307427bf034632388501709ac52ae55a45a9f0f7c5d5de3

Contents?: true

Size: 408 Bytes

Versions: 5

Compression:

Stored size: 408 Bytes

Contents

Feature: As a user of the clinical library
  I want to retrieve keywords, categories, and terms from ClinicalTrials.gov
  So that I can associate related trials

  Scenario: Get keywords, categories, and terms
    When I attempt to retrieve keywords for trial "NCT00001372"
    Then the trial should have "keywords" like "Autoimmunity"
    And the trial should have "terms" like "Connective Tissue Diseases"

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
dpickett-clinical-0.2.10 features/getting_keywords_and_categories.feature
dpickett-clinical-0.2.9 features/getting_keywords_and_categories.feature
clinical-0.2.11 features/getting_keywords_and_categories.feature
clinical-0.2.10 features/getting_keywords_and_categories.feature
clinical-0.2.9 features/getting_keywords_and_categories.feature