Sha256: aa7f6da5f69c5c01627bb305e691e504e6a72481311dacea52e2500b509b4b98
Contents?: true
Size: 381 Bytes
Versions: 2
Compression:
Stored size: 381 Bytes
Contents
require 'bundler' require 'pt-flow' PT::UI.send(:remove_const, :GLOBAL_CONFIG_PATH) PT::UI.send(:remove_const, :LOCAL_CONFIG_PATH) PT::UI::GLOBAL_CONFIG_PATH = File.join(File.dirname(__FILE__), 'fixtures', 'global_config.yml') PT::UI::LOCAL_CONFIG_PATH = File.join(File.dirname(__FILE__), 'fixtures', 'local_config.yml') RSpec.configure do |config| config.mock_with :rspec end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pt-flow-0.2 | spec/spec_helper.rb |
pt-flow-0.1.6 | spec/spec_helper.rb |