Sha256: 81f8026c5eb2d0d7a0799960d3e04160f252a7845244220f0486e379354beecb

Contents?: true

Size: 176 Bytes

Versions: 6

Compression:

Stored size: 176 Bytes

Contents

require 'spec_helper'

describe 'Maintain' do
  it "should not monkey patch Object" do
    lambda {
      require 'maintain'
    }.should_not change(Object, :methods)
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
maintain-0.2.23 spec/object_spec.rb
maintain-0.2.22 spec/object_spec.rb
maintain-0.2.21 spec/object_spec.rb
maintain-0.2.20 spec/object_spec.rb
maintain-0.2.19 spec/object_spec.rb
maintain-0.2.18 spec/object_spec.rb