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

Version Path
mongo-fixture-0.1.0 features/stepdefs/play_around_with_fixtures/background.rb
mongo-fixture-0.0.5 features/stepdefs/play_around_with_fixtures/background.rb
mongo-fixture-0.0.4 features/stepdefs/play_around_with_fixtures/background.rb
mongo-fixture-0.0.3 features/stepdefs/play_around_with_fixtures/background.rb
mongo-fixture-0.0.2 features/stepdefs/play_around_with_fixtures/background.rb
mongo-fixture-0.0.1 features/stepdefs/play_around_with_fixtures/background.rb