# frozen_string_literal: true require 'web_test/util' RSpec.describe WebTest::Util do it { is_expected.not_to be_nil } end