1
0
mirror of https://github.com/askn/faker.git synced 2023-08-10 21:13:01 +03:00

Crystal format

This commit is contained in:
Ricky Chilcott 2019-06-18 22:20:53 -04:00
parent 0b8c158403
commit 4d8f2e6f6e

View File

@ -70,7 +70,7 @@ describe Faker::Internet do
it "password_max_with_integer_arg" do it "password_max_with_integer_arg" do
(1..32).to_a.each do |min_length| (1..32).to_a.each do |min_length|
max_length = min_length + 4 max_length = min_length + 4
(Faker::Internet.password(min_length, max_length).size <= max_length).should be_true (Faker::Internet.password(min_length, max_length).size <= max_length).should be_true
end end
end end