spec/arachni/rpc/em/server_spec.rb in arachni-rpc-em-0.1.1 vs spec/arachni/rpc/em/server_spec.rb in arachni-rpc-em-0.1.2
- old
+ new
@@ -6,11 +6,11 @@
end
describe Arachni::RPC::EM::Server do
before( :all ) do
- @opts = rpc_opts.merge( :port => 7333 )
- @server, t = start_server( @opts )
+ @opts = rpc_opts.merge( port: 7333 )
+ @server = start_server( @opts, true )
end
describe "#initialize" do
it "should be able to properly setup class options" do
@server.opts.should == @opts