1
0
Fork 0
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:
Akira Matsuda 2015-09-20 08:55:00 +09:00
parent 06ac63b4c6
commit c971bc0568
9 changed files with 0 additions and 9 deletions

View file

@ -1,4 +1,3 @@
require 'active_support/core_ext/hash/keys'
require 'active_support/core_ext/string/output_safety'
require 'active_support/number_helper'

View file

@ -1,4 +1,3 @@
require 'abstract_unit'
require 'action_view/dependency_tracker'

View file

@ -1,4 +1,3 @@
require "cases/helper"
require 'support/ddl_helper'

View file

@ -1,4 +1,3 @@
ActiveRecord::Schema.define do
def except(adapter_names_to_exclude)
unless [adapter_names_to_exclude].flatten.include?(adapter_name)

View file

@ -1,4 +1,3 @@
require 'abstract_unit'
require 'active_support/core_ext/object/blank'

View file

@ -1,4 +1,3 @@
module InflectorTestCases
SingularToPlural = {
"search" => "searches",

View file

@ -1,4 +1,3 @@
require 'abstract_unit'
require 'multibyte_test_helpers'

View file

@ -1,4 +1,3 @@
require 'abstract_unit'
class MultibyteProxyText < ActiveSupport::TestCase

View file

@ -1,4 +1,3 @@
module MultibyteTestHelpers
UNICODE_STRING = 'こにちわ'.freeze
ASCII_STRING = 'ohayo'.freeze