test/test_win32_ipc.rb in win32-ipc-0.6.4 vs test/test_win32_ipc.rb in win32-ipc-0.6.5

- old
+ new

@@ -15,10 +15,10 @@ def setup @ipc = Ipc.new(1) end test "version is set to expected value" do - assert_equal('0.6.4', Ipc::VERSION) + assert_equal('0.6.5', Ipc::VERSION) end test "handle method basic functionality" do assert_respond_to(@ipc, :handle) assert_equal(1, @ipc.handle)