Skip to content

Commit 47fd8a0

Browse files
committed
Rubocop fixes
1 parent 780fc51 commit 47fd8a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fixtures/product.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class Product < ActiveResource::Base
44
self.site = "http://37s.sunrise.i:3000"
55
# X-Inherited-Header is for testing that any subclasses
66
# include the headers of this class
7-
self.headers["X-Inherited-Header"] = 'present'
7+
self.headers["X-Inherited-Header"] = "present"
88
end
99

1010
class SubProduct < Product

0 commit comments

Comments
 (0)