2) Bundler::Plumber::Database update! when the :quiet option is true should create the repo, then update it given multiple successive calls.
Failure/Error: system *command
#<Bundler::Plumber::Database (class)> received :system with unexpected arguments
expected: ("git fetch --all; git reset --hard origin/master --quiet")
got: ("git fetch --all; git reset --hard origin/master--quiet")
# ./spec/database_spec.rb:63:in `block (4 levels) in <top (required)>'
Example of the problem: