Skip to content

Commit aba3317

Browse files
committed
Rubocop, because obviously there are problems already
1 parent dbe6b71 commit aba3317

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/models/complaint_comment_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require "test_helper"
1+
require 'test_helper'
22

33
class ComplaintCommentTest < ActiveSupport::TestCase
44
# test "the truth" do

test/models/complaint_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require "test_helper"
1+
require 'test_helper'
22

33
class ComplaintTest < ActiveSupport::TestCase
44
# test "the truth" do

0 commit comments

Comments
 (0)