Sha256: 9c269db8ca3878d41eeb58ca5826ebcabf5b2ff122bf3385d14a3760547e3810
Contents?: true
Size: 370 Bytes
Versions: 21
Compression:
Stored size: 370 Bytes
Contents
Given \ /^there is a postgresql database \(([^\)]*)\)$/ do |db_key| create_postgresql_database(db_key) end Then \ /^the "([^\"]*)" postgresql database exists$/ do |db_key| db_name = created_postgresql_dbs[db_key] check_postgresql_database(db_name) end Given \ /^the "([^\"]*)" database is dropped$/ do |db_key| drop_postgresql_database(db_key) end
Version data entries
21 entries across 21 versions & 1 rubygems