main
 1# frozen_string_literal: true
 2
 3require "tempfile"
 4require_relative "../lib/elelem/server"
 5
 6RSpec.configure do |config|
 7  config.disable_monkey_patching!
 8
 9  config.expect_with :rspec do |c|
10    c.syntax = :expect
11  end
12end