Skip to content

Commit 8882785

Browse files
committed
Use single quotes for rubocop
1 parent ffd7791 commit 8882785

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
require "test_helper"
1+
require 'test_helper'
22

33
class NewThreadFollowerTest < ActiveSupport::TestCase
4-
# test "the truth" do
4+
# test 'the truth' do
55
# assert true
66
# end
77
end

0 commit comments

Comments
 (0)