Sha256: b26bc7898e44313f98ea1e4b0fb6c92ffbd26dc107d1f637e67bfcb3c3219ea3
Contents?: true
Size: 409 Bytes
Versions: 1
Compression:
Stored size: 409 Bytes
Contents
@root_dir = File.expand_path(File.join(File.dirname(__FILE__), "../../")) $: << File.join(@root_dir, "lib") $: << File.join(@root_dir, "spec") $: << File.join(@root_dir, "spec/patches") $: << File.join(@root_dir, "spec/support") require 'not_a_mock' require 'system_patch' require 'tasklib_patch' Spec::Runner.configure do |config| config.mock_with NotAMock::RspecMockFrameworkAdapter end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
albacore-0.0.7 | spec/support/spec_helper.rb |