1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-08-21 05:13:02 +02:00

gem: adopt frozen string literals

This commit is contained in:
cn
2020-03-06 21:33:29 +01:00
parent c73c09f311
commit b597ecb15e
19 changed files with 27 additions and 8 deletions

View File

@@ -1,4 +1,6 @@
require 'spec_helper'
# frozen_string_literal: true
require_relative 'spec_helper'
describe Dyndnsd::Daemon do
include Rack::Test::Methods