Sha256: 650420eb0516700b9932b1ca8015619d4d981654e553118c123bdbfef22a2608

Contents?: true

Size: 166 Bytes

Versions: 32

Compression:

Stored size: 166 Bytes

Contents

shared_context "diff disabled" do
  before do
    Chef::Config[:diff_disabled] = true
  end

  after do
    Chef::Config[:diff_disabled] = false
  end
end

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
chef-14.13.11-universal-mingw32 spec/support/shared/functional/diff_disabled.rb
chef-15.0.300-universal-mingw32 spec/support/shared/functional/diff_disabled.rb
chef-15.0.298-universal-mingw32 spec/support/shared/functional/diff_disabled.rb
chef-15.0.293-universal-mingw32 spec/support/shared/functional/diff_disabled.rb
chef-14.12.9-universal-mingw32 spec/support/shared/functional/diff_disabled.rb
chef-14.12.3-universal-mingw32 spec/support/shared/functional/diff_disabled.rb
chef-13.12.14-universal-mingw32 spec/support/shared/functional/diff_disabled.rb
chef-14.11.21-universal-mingw32 spec/support/shared/functional/diff_disabled.rb
chef-14.10.9-universal-mingw32 spec/support/shared/functional/diff_disabled.rb
chef-14.9.13-universal-mingw32 spec/support/shared/functional/diff_disabled.rb
chef-14.8.12-universal-mingw32 spec/support/shared/functional/diff_disabled.rb
chef-14.7.17-universal-mingw32 spec/support/shared/functional/diff_disabled.rb
chef-13.12.3-universal-mingw32 spec/support/shared/functional/diff_disabled.rb
chef-14.6.47-universal-mingw32 spec/support/shared/functional/diff_disabled.rb
chef-13.11.3-universal-mingw32 spec/support/shared/functional/diff_disabled.rb
chef-14.5.33-universal-mingw32 spec/support/shared/functional/diff_disabled.rb
chef-13.10.4-universal-mingw32 spec/support/shared/functional/diff_disabled.rb
chef-14.3.37-universal-mingw32 spec/support/shared/functional/diff_disabled.rb
chef-13.10.0-universal-mingw32 spec/support/shared/functional/diff_disabled.rb
chef-13.9.4-universal-mingw32 spec/support/shared/functional/diff_disabled.rb