summaryrefslogtreecommitdiff
path: root/spec/models/aws
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-08-03 09:12:13 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-08-03 09:12:13 +0000
commitdda49284fcd29d631c2b7642a6430fdfa5793f48 (patch)
tree44f806e110bec9928d13c3333020cd99c040c1df /spec/models/aws
parent564b17514e0897517b10d708ef961151cf9e6199 (diff)
downloadgitlab-ce-dda49284fcd29d631c2b7642a6430fdfa5793f48.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/models/aws')
-rw-r--r--spec/models/aws/role_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/aws/role_spec.rb b/spec/models/aws/role_spec.rb
index ee93c9d6fad..f23f18ab44f 100644
--- a/spec/models/aws/role_spec.rb
+++ b/spec/models/aws/role_spec.rb
@@ -31,7 +31,7 @@ RSpec.describe Aws::Role do
end
context 'ARN is nil' do
- let(:role_arn) { }
+ let(:role_arn) {}
it { is_expected.to be_truthy }
end