spec/spec_helper.rb in cli-forge-0.0.0 vs spec/spec_helper.rb in cli-forge-0.1.0
- old
+ new
@@ -14,10 +14,11 @@
end
end
Spork.prefork do
# Allow requires relative to the spec dir
- SPEC_ROOT = File.expand_path("..", __FILE__)
+ SPEC_ROOT = File.expand_path("..", __FILE__)
+ FIXTURE_ROOT = File.join(SPEC_ROOT, "fixtures")
$LOAD_PATH << SPEC_ROOT
require "rspec"
require "timeout"