turn off the directory opening thing, it's just annoying
This commit is contained in:
parent
be072f5ff1
commit
afa43d7128
|
@ -1,13 +1,2 @@
|
|||
require 'cucumber/step_writer'
|
||||
|
||||
Cucumber::StepWriter.after_write do |dir|
|
||||
%w{open xdg-open}.each do |cmd|
|
||||
%x{which #{cmd}}
|
||||
|
||||
if $?.exitstatus
|
||||
system %{#{cmd} #{dir}}
|
||||
break
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue