Sha256: f6cf88202207f5e2b935397550c2f8dbf1f1b55fbde4792175f774f67435f4ee
Contents?: true
Size: 269 Bytes
Versions: 1
Compression:
Stored size: 269 Bytes
Contents
shared_context 'init anvil config', config: true do let(:test_config_path) do File.expand_path('./spec/support/dot_anvil', File.dirname(__FILE__)) end before do Anvil::Config.stub(:base_path).and_return(test_config_path) Anvil::Config.init end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
anvil-core-0.0.1.alpha.1 | spec/support/shared/config_context.rb |