Sha256: 7a4f249dd0263fd90e0e8cc7d606fc5cd6e192a6093ebbd72268d3e5943ed193
Contents?: true
Size: 347 Bytes
Versions: 5
Compression:
Stored size: 347 Bytes
Contents
require "rails/version" module Jobshop class DummyApp class << self def destroy! FileUtils.rmtree(path) end def exist? Dir.exist?(path) end def rakefile File.join(path, "Rakefile") end def path @path ||= File.expand_path("spec/dummy") end end end end
Version data entries
5 entries across 5 versions & 1 rubygems