Skip to content

Commit d5a0fe0

Browse files
author
git
committed
Use single quotes
1 parent fef7860 commit d5a0fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/gitlab_keys_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
it "adds a key and lists it" do
5050
create_authorized_keys_fixture
5151
gitlab_keys.send :add_key
52-
auth_line1 = "key-741 AAAAB3NzaDAxx2E"
52+
auth_line1 = 'key-741 AAAAB3NzaDAxx2E'
5353
gitlab_keys.send(:list_keys).should == "#{auth_line1}\n"
5454
end
5555
end

0 commit comments

Comments
 (0)