mirror of
https://github.com/askn/faker.git
synced 2023-08-10 21:13:01 +03:00
Crystal format
This commit is contained in:
parent
0b8c158403
commit
4d8f2e6f6e
@ -70,7 +70,7 @@ describe Faker::Internet do
|
||||
it "password_max_with_integer_arg" do
|
||||
(1..32).to_a.each do |min_length|
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user