Skip to content

Commit

Permalink
files inspected, 1 offense detected, 1 offense corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
allBames committed Jul 9, 2021
1 parent 12ac978 commit 20eb62a
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 20eb62a

Please sign in to comment.