Sha256: 5ca4f39939477e542da4c3564d15cd3d419bc4a71068ad2d825074b3d7ae1fb5
Contents?: true
Size: 364 Bytes
Versions: 6
Compression:
Stored size: 364 Bytes
Contents
# Feature: Play around with Fixtures # In order to test if Mongo::Fixture is really practical # As the gem developer # I want to play around with it a little bit # # Background: We have a database connection working # Given a mongo database connection Given /^a mongo database connection$/ do @DB = Mongo::Connection.new.db "mongo-fixture-cucumber" end
Version data entries
6 entries across 6 versions & 1 rubygems