Skip to content

Commit

Permalink
Merge pull request abak-press#46 from BalmasovAS/rubocop-faker
Browse files Browse the repository at this point in the history
fix(selenium): update rubocop-faker [skip ci]
  • Loading branch information
ovsyanik-ka authored Jul 12, 2021
2 parents 12ac978 + 20eb62a commit 3dcf5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/apress/selenium_eti/spec/company_site/minieti_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
context 'когда заполняем имя' do
before(:all) do
@cs_eti_page.add_product
@name = Faker::Number.leading_zero_number(5)
@name = Faker::Number.leading_zero_number(digits: 5)
@cs_eti_page.set_name(@name)
end

Expand Down

0 comments on commit 3dcf5be

Please sign in to comment.