Add the frozen_string_literal pragma comment to all Ruby files. (#4725)

This commit is contained in:
Pat Allan
2017-12-22 04:36:29 +11:00
committed by Leonardo Tegon
parent 8b9fba73fd
commit f39c6fd927
199 changed files with 397 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'test_helper'
class AuthenticationSanityTest < Devise::IntegrationTest

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'test_helper'
class ConfirmationTest < Devise::IntegrationTest

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'test_helper'
class DatabaseAuthenticationTest < Devise::IntegrationTest

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'test_helper'
class HttpAuthenticationTest < Devise::IntegrationTest

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'test_helper'
class LockTest < Devise::IntegrationTest

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'test_helper'
class MyMountableEngine

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'test_helper'

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'test_helper'
class PasswordTest < Devise::IntegrationTest

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'test_helper'
class RegistrationTest < Devise::IntegrationTest

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'test_helper'
class RememberMeTest < Devise::IntegrationTest

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'test_helper'
class SessionTimeoutTest < Devise::IntegrationTest

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'test_helper'
class TrackableHooksTest < Devise::IntegrationTest