seed-fu-mongoid/features/seed_from_hash.feature

10 lines
298 B
Gherkin
Raw Normal View History

Feature: Seed From Hash
Scenario: Seed new records from hash
When I seed records from a hash
Then I should have the new records
Scenario: Update existing records from a hash
Given I have an existing record
When I seed records from a hash
Then I should have the new records