disable the directory opening by default

This commit is contained in:
John Bintz 2012-11-29 06:41:32 -05:00
parent 4dbc32d11e
commit 2aed2699f6
1 changed files with 7 additions and 5 deletions

View File

@ -1,4 +1,5 @@
Cucumber::StepWriter.after_write do |dir|
if false
%w{open xdg-open}.each do |cmd|
%x{which #{cmd}}
@ -8,3 +9,4 @@ Cucumber::StepWriter.after_write do |dir|
end
end
end
end