spec/dirty_proxy_spec.rb in jbox-gitolite-1.1.11 vs spec/dirty_proxy_spec.rb in jbox-gitolite-1.2.0

- old
+ new

@@ -18,10 +18,10 @@ it 'should respond to all methods of the target' do proxy.should respond_to(*target.methods) end it 'should equal the target' do - proxy.should equal target + expect(proxy).to eql(target) end end describe 'dirty checking methods' do it 'should respond to clean_up!' do