refactor: ♻️ Rubocop auto-correct

frozen_string_literal and single quote strings
This commit is contained in:
Juan Rodriguez
2021-06-13 10:46:52 -05:00
parent 019e2516d7
commit a9d3cbe544
37 changed files with 90 additions and 22 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
require "test_helper"
# frozen_string_literal: true
require 'test_helper'
class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
driven_by :selenium, using: :chrome, screen_size: [1400, 1400]