mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
✂️ empty line at the top of files
This commit is contained in:
parent
06ac63b4c6
commit
c971bc0568
9 changed files with 0 additions and 9 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
require 'active_support/core_ext/hash/keys'
|
||||
require 'active_support/core_ext/string/output_safety'
|
||||
require 'active_support/number_helper'
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
require 'abstract_unit'
|
||||
require 'action_view/dependency_tracker'
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
require "cases/helper"
|
||||
require 'support/ddl_helper'
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
ActiveRecord::Schema.define do
|
||||
def except(adapter_names_to_exclude)
|
||||
unless [adapter_names_to_exclude].flatten.include?(adapter_name)
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
require 'abstract_unit'
|
||||
require 'active_support/core_ext/object/blank'
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
module InflectorTestCases
|
||||
SingularToPlural = {
|
||||
"search" => "searches",
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
require 'abstract_unit'
|
||||
require 'multibyte_test_helpers'
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
require 'abstract_unit'
|
||||
|
||||
class MultibyteProxyText < ActiveSupport::TestCase
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
module MultibyteTestHelpers
|
||||
UNICODE_STRING = 'こにちわ'.freeze
|
||||
ASCII_STRING = 'ohayo'.freeze
|
||||
|
|
Loading…
Reference in a new issue