Skip to content

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
malvads authored Feb 9, 2024
1 parent f038425 commit e8c6481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/services/rb_arubacentral_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

describe "Checking config file for #{service_name}..." do
describe file("/etc/#{service_name}/config.yml") do
it { should exist}
it { should exist }
end
end
end
Expand Down

0 comments on commit e8c6481

Please sign in to comment.