1
0
Fork 0
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:
Sean Griffin 2015-07-20 09:22:30 -06:00
parent c0f79be895
commit 17b846004d

View file

@ -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