0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 12 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
sqlite3 tests should create a fresh db each run, like mysql tests. More... almost 6 years ago
refactor sequel deletion spec to use sequel helper and test all four database connections. More... almost 6 years ago
normalize schema across tests. More... almost 6 years ago
refactor SequelHelper. More... almost 6 years ago
Merge pull request #538 from botandrose/fix_sequel_primary_key_sequence_resetting More... almost 6 years ago
refactor more specs to only test via public API, and remove more partial mocks. More... almost 6 years ago
align these tests with the reality that strategy is ignored in comparison. More... almost 6 years ago
only test via API, and only stub collaborators. More... almost 6 years ago
remove knowledge and stubbing of internals by using an actual file. More... almost 6 years ago
test #load_config functionality through public API, i.e. #db=. More... almost 6 years ago
make it clear in the tests that these are supported configuration APIs, not internals that we are monkeypatching. More... almost 6 years ago
initial database_cleaner-active_record gem extraction. More... almost 6 years ago
Merge pull request #550 from botandrose/update_cucumber_step_defs_to_rspec3 More... almost 6 years ago
Merge pull request #552 from botandrose/refactor_specs More... almost 6 years ago
Merge pull request #553 from botandrose/null_strategy More... almost 6 years ago
Merge pull request #551 from botandrose/fix_moped_race_condition More... almost 6 years ago
first steps towards SequelHelper inheriting from DatabaseHelper. More... almost 6 years ago
prevent SQLite from creating spurious databases. More... almost 6 years ago
DRY up active record includes. More... almost 6 years ago
move things into SequelHelper that are only used there. More... almost 6 years ago
remove empty file. More... almost 6 years ago
setup and teardown User class for DM tests. More... almost 6 years ago
refactor datamapper sqlite3 test helper to inherit from DatabaseHelper. More... almost 6 years ago
fold migration table into active record setup, as well. More... almost 6 years ago
refactor activerecord-specific schema setup into generic database helper. More... almost 6 years ago
extract DatabaseHelper and ActiveRecordHelper from BaseHelper. More... almost 6 years ago
give up on dropping and recreating db for teardown and setup. More... almost 6 years ago
extract BaseHelper from ActiveRecord spec helpers. More... almost 6 years ago
refactor active record test helpers. More... almost 6 years ago
prefer instances to singletons. More... almost 6 years ago