1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-06-26 02:30:22 +02:00

gems: include rubocop-rspec and fix linting

This commit is contained in:
cn
2020-12-25 18:05:41 +01:00
parent 1c1bcd253a
commit 5444782ead
3 changed files with 9 additions and 1 deletions

View File

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