disable the directory opening by default
This commit is contained in:
parent
4dbc32d11e
commit
2aed2699f6
@ -1,4 +1,5 @@
|
||||
Cucumber::StepWriter.after_write do |dir|
|
||||
if false
|
||||
%w{open xdg-open}.each do |cmd|
|
||||
%x{which #{cmd}}
|
||||
|
||||
@ -7,4 +8,5 @@ Cucumber::StepWriter.after_write do |dir|
|
||||
break
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user