spec/servers/with_fallback.rb in arachni-rpc-em-0.1.3 vs spec/servers/with_fallback.rb in arachni-rpc-em-0.2

- old
+ new

@@ -1,13 +1,12 @@ require_relative 'server' $stdout.reopen( '/dev/null', 'w' ) $stderr.reopen( '/dev/null', 'w' ) -cwd = File.expand_path( File.dirname( __FILE__ ) ) opts = rpc_opts.merge( - port: 7333, - serializer: YAML, + port: 7333, + serializer: YAML, fallback_serializer: Marshal ) start_server( opts )