test/test_win32_ipc.rb in win32-ipc-0.6.0 vs test/test_win32_ipc.rb in win32-ipc-0.6.1

- 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.0', Ipc::VERSION) + assert_equal('0.6.1', Ipc::VERSION) end test "handle method basic functionality" do assert_respond_to(@ipc, :handle) assert_equal(1, @ipc.handle)