Skip to content

Commit

Permalink
Fix linter problems
Browse files Browse the repository at this point in the history
  • Loading branch information
juansheba10 committed Dec 18, 2023
1 parent 73799df commit 13c027c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/services/redborder-dswatcher_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

service = 'redborder-dswatcher'
service_status = command("systemctl is-enabled #{service}").stdout.strip
packages = %w[redborder-dswatcher]
packages = %w[redborder-dswatcher]

describe "Checking packages for #{service}..." do
packages.each do |package|
Expand Down Expand Up @@ -40,7 +40,7 @@
end

describe "Checking for config file of #{service}" do
describe file("/etc/redborder-dswatcher/config.yml") do
describe file('/etc/redborder-dswatcher/config.yml') do
it { should exist }
end
end

0 comments on commit 13c027c

Please sign in to comment.