mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix minor typo in test name
This commit is contained in:
parent
c0f79be895
commit
17b846004d
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ module ActiveRecord
|
|||
end
|
||||
|
||||
if current_adapter?(:PostgreSQLAdapter)
|
||||
test "arrays types can be specified" do
|
||||
test "array types can be specified" do
|
||||
klass = Class.new(OverloadedType) do
|
||||
attribute :my_array, :string, limit: 50, array: true
|
||||
attribute :my_int_array, :integer, array: true
|
||||
|
|
Loading…
Reference in a new issue