Skip to content

Commit

Permalink
lint a random file
Browse files Browse the repository at this point in the history
  • Loading branch information
osc-bot committed Mar 25, 2024
1 parent 0cd6c64 commit ac4da73
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions spec/e2e/pun_pre_hook_spec.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'spec_helper_e2e'

describe 'Pun Pre Hook' do
Expand All @@ -14,7 +16,7 @@ def browser
restart_dex
end

after(:each) do
after do
browser.close
on hosts, '/opt/ood/nginx_stage/sbin/nginx_stage nginx_clean --force'
end
Expand Down Expand Up @@ -62,4 +64,4 @@ def browser
its(:content) { is_expected.to contain "input args are --user ood\naccess token set\nemail claim set\n" }
end
end
end
end

0 comments on commit ac4da73

Please sign in to comment.