mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-31 06:31:41 +00:00
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:
@@ -8,7 +8,7 @@ describe 'Multilingual', js: true do
|
||||
let(:admin_role) { Spree::Role.find_or_create_by!(name: 'admin') }
|
||||
let(:admin_user) { create(:user) }
|
||||
|
||||
background do
|
||||
before do
|
||||
admin_user.spree_roles << admin_role
|
||||
login_as admin_user
|
||||
visit spree.admin_dashboard_path
|
||||
|
||||
Reference in New Issue
Block a user