Hacker News new | ask | show | jobs
by cdubzzz 3731 days ago
Very cool. Ever thought about including default test suites with the tool? E.g. I have multiple nightly backups of Drupal databases and could think of some obvious default tests against the core tables that would be useful for all of them.
1 comments

Sure, if you PR some example tests in I can make that happen.
I'll look in to it. I have never used Docker or Ruby but RSpec looks pretty straight forward from a quick scan.
Even if you just write the SQL I can translate it into RSpec if it'll save you time.
do you have a tool that does this translation or is the tool your brain? :)