Guardfile in message-driver-0.7.0 vs Guardfile in message-driver-0.7.1

- old
+ new

@@ -43,9 +43,10 @@ end group 'features' do guard('cucumber', all_on_start: false, + all_after_pass: false, cmd: "bundle exec cucumber --no-profile --color --strict --tag @all_adapters,@#{BrokerConfig.current_adapter} --tag ~@wip", cmd_additional_args: '--format pretty --tag ~@slow', run_all: { cmd_additional_args: '--format progress --tag ~@slow' }