Sha256: 168cfe45fdad8fc60d30a1ec7360b03ba8983f913edcb6eed1ec5efcfc440092
Contents?: true
Size: 154 Bytes
Versions: 49
Compression:
Stored size: 154 Bytes
Contents
Given(/^there are (\d+) cards$/) do |count| 1.upto(count.to_i).each do |i| Card.create!(title: "Card ##{i}", body: "Body for card ##{i}") end end
Version data entries
49 entries across 49 versions & 1 rubygems