From ce09dd9c21d79e2260f9436e41f9970b42935b27 Mon Sep 17 00:00:00 2001 From: Azul Date: Mon, 12 Sep 2016 11:42:02 +0200 Subject: [wip] nicknym source query implemented Also changed Nickserver::Response to not include the status code. This may be okay for error responses but in most cases we want to have a parsable message and not some status code prepended to it. --- test/support/client_integration_test.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 test/support/client_integration_test.rb (limited to 'test/support') diff --git a/test/support/client_integration_test.rb b/test/support/client_integration_test.rb new file mode 100644 index 0000000..b05db73 --- /dev/null +++ b/test/support/client_integration_test.rb @@ -0,0 +1,13 @@ +class ClientIntegrationTest + + def setup + super + Celluloid.boot + end + + def teardown + Celluloid.shutdown + super + end + +end -- cgit v1.2.3