Skip to content

Instantly share code, notes, and snippets.

require 'trackler'
require 'uri'
ORG_NAME = 'rossconf2018-exercism-track-id'.freeze
CONFIGLET_PATH = '/Users/laura.feier/Downloads/configlet'.freeze
HERE = Pathname.new(__FILE__).dirname.expand_path
ORIGINAL_DIR = HERE.join('original').tap(&:mkpath)
BRANCH_NAME = 'order-configs'.freeze
Dir.chdir(HERE)