Fix X display handling in rspec test suite
* Hide any available X display from test suite context; * Ensure the manager never connect or block.
This commit is contained in:
@@ -15,8 +15,7 @@ module Uh
|
||||
described_class.run arguments, stdout: stdout, stderr: stderr
|
||||
end
|
||||
|
||||
# FIXME: remove this hack we currently need to prevent the Runner from
|
||||
# blocking.
|
||||
# Prevent Runner from connecting a Manager and blocking.
|
||||
before { allow(Runner).to receive :run }
|
||||
|
||||
it 'builds a new CLI with given arguments' do
|
||||
|
Reference in New Issue
Block a user