Skip to content

Commit f7c13f6

Browse files
committed
Fix rubocop error
1 parent f91738c commit f7c13f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/gitlab/client/container_registry_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
@registry_repositories = Gitlab.registry_repositories(3, { tags: true, tags_count: true, per_page: 100 })
2424
end
2525

26-
it "passes query options" do
26+
it 'passes query options' do
2727
expect(a_get('/projects/3/registry/repositories?tags=true&tags_count=true&per_page=100')).to have_been_made
2828
end
2929
end

0 commit comments

Comments
 (0)