test/tc_ipc.rb in win32-ipc-0.5.0 vs test/tc_ipc.rb in win32-ipc-0.5.1
- old
+ new
@@ -15,10 +15,10 @@
def setup
@ipc = Ipc.new(1)
end
def test_version
- assert_equal('0.5.0', Ipc::VERSION)
+ assert_equal('0.5.1', Ipc::VERSION)
end
def test_handle
assert_respond_to(@ipc, :handle)
assert_equal(1, @ipc.handle)
\ No newline at end of file