Sha256: fd2881c5b96eff40e05773cb59927cd2d46ef7cfac8b8fb39116d3e96753a9ad
Contents?: true
Size: 172 Bytes
Versions: 2
Compression:
Stored size: 172 Bytes
Contents
Given(/^an empty database$/) do RSpec::Sequel::Test.postgres.drop_schema :public, if_exists: true, cascade: true RSpec::Sequel::Test.postgres.create_schema :public end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rspec-sequel-0.0.2 | features/step_definitions/database_steps.rb |
rspec-sequel-0.0.1 | features/step_definitions/database_steps.rb |