Sha256: f3b32315a280da109839606a5b80b977d04f842e95137c35e690103645d46cfa
Contents?: true
Size: 758 Bytes
Versions: 36
Compression:
Stored size: 758 Bytes
Contents
Feature: Managing fieldset associators Scenario: I should be able to see all fieldset associators on the index page Given a fieldset exists And an information form exists And a fieldset associator exists When I go to the fieldset associator index page Then I should see "InformationForm" And I should see ":child_form" And I should see "Fingerprint Form" Scenario: I should be able to see a fieldset associator on the show page Given a fieldset exists And an information form exists And a fieldset associator exists When I go to the fieldset associator show page for that fieldset associator Then I should see "InformationForm" And I should see ":child_form" And I should see "Fingerprint Form"
Version data entries
36 entries across 36 versions & 1 rubygems