USE_DOMAIN_FOR_THEMES = false # TODO would love to get this to work. Right now to test the gem you have to install it and then run the tests # This simulates loading the disguise gem, but without relying on vendor/gems # path = File.join(File.dirname(__FILE__), *%w(.. .. .. ..)) # lib_path = File.join(path, "lib") # app_path = File.join(path, "app") # # $LOAD_PATH.unshift(lib_path) # $LOAD_PATH.unshift(app_path) # load File.join(path, 'rails', 'init.rb')