turn off the directory opening thing, it's just annoying

This commit is contained in:
John Bintz 2012-11-29 06:42:08 -05:00
parent be072f5ff1
commit afa43d7128
1 changed files with 0 additions and 11 deletions

View File

@ -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