Sha256: 55f7f39a0b98b7e01a00526f17524123ae1fc434474faf054ee6bda8ba59d70e
Contents?: true
Size: 302 Bytes
Versions: 10
Compression:
Stored size: 302 Bytes
Contents
shared_context 'init anvil config', config: true do include_context 'with FakeFS' 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
10 entries across 10 versions & 1 rubygems