Module: Bundle

Defined in:
lib/rfix/rake/paths.rb

Defined Under Namespace

Modules: Complex, Simple

Constant Summary collapse

INSTALL =
"bundle:install"
ADD =
"bundle:git:add"
TAG =
"rally-point"
REBUILD =
"bundle:rebuild"
BUILD =
"bundle:build"
ROOT =
Dir.getwd
CONFIG =
File.join(ROOT, ".rubocop.yml")
DIR =
File.join(ROOT, "spec/fixtures")
TMP =
File.join(ROOT, "tmp")