Alex Genco

Results 3 issues of Alex Genco

fixes: https://github.com/pressly/sup/issues/97 I tried this locally and it seems to work as expected. i.e. env vars passed via `-e` take precedence over top-level `env` entries. This could potentially be a...

Addresses https://github.com/docopt/docopt.rb/issues/18. This project appears to be unmaintained, but I figured this changeset could be useful for others even if it doesn't get merged.

All the tables are properly truncated, but consecutive test runs start auto-incremented sequences where they left off, instead of back at 1. In lib/database_cleaner/sequel/truncation.rb, changing line 19: ``` ruby db.run...