Sha256: ae4a272c258a0f7cf800dbd1a0b5be3d354bd40ff9ad2ff03105555344ad5ebd
Contents?: true
Size: 325 Bytes
Versions: 4
Compression:
Stored size: 325 Bytes
Contents
ENV["RACK_ENV"] = "test" require "mango" PROJECT_ROOT = Pathname File.expand_path("..", File.dirname(__FILE__)) FIXTURE_ROOT = Pathname File.expand_path("fixture", File.dirname(__FILE__)) RUNNER_ROOT = Pathname File.expand_path("runner", File.dirname(__FILE__)) class Mango::Application set :root, FIXTURE_ROOT.to_s end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
mango-0.9.0 | spec/spec_helper.rb |
mango-0.8.0 | spec/spec_helper.rb |
mango-0.7.1 | spec/spec_helper.rb |
mango-0.7.0 | spec/spec_helper.rb |