features/support/env.rb in relish-0.0.5 vs features/support/env.rb in relish-0.0.6

- old
+ new

@@ -1,7 +1,4 @@ $:.unshift(File.dirname(__FILE__) + '/../../lib') require 'relish/command' -Relish::Command::Base.class_eval do - remove_const(:GLOBAL_OPTIONS_FILE) - const_set(:GLOBAL_OPTIONS_FILE, '~/.relish') -end \ No newline at end of file +Relish.global_options_file = '~/.relish'