test/test_nested.rb in pork-2.0.0 vs test/test_nested.rb in pork-2.1.0
- old
+ new
@@ -12,10 +12,10 @@
object_id
end
would 'f' do
f.should.eq m
- f.should.kind_of? Fixnum
+ f.should.kind_of? Integer
lambda{ f.should.eq '' }.should.raise Pork::Failure
end
copy do
def t