thoughtbot--shoulda-matchers/spec/support/tests
Joey Cheng 7dd35a4460 Configure database for multi-db testing
* In current database.yml config, all database environments are sharing same database. Suffix database name with relevant environment name to ensure database uniqueness
* Update Rails migration command to `db:drop:all` and `db:create:all`, so all db listed in config/database.yml is dropped/created accordingly
* Write a base ActiveRecord model that connects to different database (production database)
* Write a base ActiveRecord model that connects to default database (development database), this is a dummy model, just for symmetry's sake
2019-05-23 21:57:21 -06:00
..
database_adapters Add support for Postgres 2015-02-12 16:01:00 -07:00
bundle.rb Ensure that the correct Bundler is used to run acceptance tests 2019-03-20 22:59:52 -07:00
command_runner.rb Make independent matchers really independent 2015-10-01 10:12:17 -06:00
current_bundle.rb Upgrade Appraisal to 2.2.0 2018-01-24 00:30:10 -06:00
database.rb Add support for Postgres 2015-02-12 16:01:00 -07:00
database_configuration.rb Configure database for multi-db testing 2019-05-23 21:57:21 -06:00
database_configuration_registry.rb Add support for Postgres 2015-02-12 16:01:00 -07:00
filesystem.rb Fix broken acceptance tests 2017-11-08 23:04:58 -06:00
version.rb Add new RSpec acceptance tests to replace Cucumber 2014-11-05 09:53:33 -07:00