Sha256: 390bf1b12cb6c0b601a0cb35c8d572921cd5720374c847ad7083680de434a5cb
Contents?: true
Size: 732 Bytes
Versions: 22
Compression:
Stored size: 732 Bytes
Contents
Feature: rake db:seed In order to create sample records in the database As a developer I want to use the rake db:seed command Scenario: db:seed should fail When I run inside my Rails project "rake db:seed" with enviroment "development" Then the output should contain "pending migrations" Scenario: db:seed should work with octopus When I run inside my Rails project "rake db:migrate" with enviroment "development" When I run inside my Rails project "rake db:seed" with enviroment "development" Then the "asia" shard should have one user named "Asia User" Then the "america" shard should have one user named "America User 1" Then the "america" shard should have one user named "America User 2"
Version data entries
22 entries across 22 versions & 4 rubygems