Skip to content

Commit

Permalink
chore: minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelgomesxyz committed Aug 20, 2024
1 parent 3b211e2 commit 885e4a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions spec/support/command_helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def delete_config_file
File.delete(@@tmp_config_file.path)

@@tmp_config_file = nil # rubocop:disable Style/ClassVars

ENV["CONFIG_FILE_PATH"] = nil
end

Expand Down
2 changes: 1 addition & 1 deletion spec/support_specs/stub_env_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require "support/stub_env"

# Copied from https://gitlab.com/gitlab-org/gitlab/-/blob/master/gems/gitlab-rspec/lib/gitlab/rspec/stub_env.rb
# Copied from https://gitlab.com/gitlab-org/gitlab/-/blob/master/gems/gitlab-rspec/spec/gitlab/rspec/stub_env_spec.rb
RSpec.describe "StubENV" do
include StubENV

Expand Down

0 comments on commit 885e4a9

Please sign in to comment.