Replaces 'background' with 'before' (squashing)

Replaces 'background' with 'before'

Replaces 'background' with 'before' in other files

Fixes typo on products_spec.rb
This commit is contained in:
filipefurtad0
2021-09-28 10:36:01 +01:00
parent 6f694e2cab
commit 81890a4e21
4 changed files with 7 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ describe '
include WebHelper
include AuthenticationHelper
background do
before do
@distributors = (1..3).map { create(:distributor_enterprise) }
end