Fix warning already initialized constant

This commit is contained in:
Semyon Pupkov 2019-02-01 12:51:33 +05:00
parent 63d220f237
commit b43ffd0d42
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
require_relative '../support/helpers/test_env'
FactoryBot.define do
PAGES_ACCESS_LEVEL_SCHEMA_VERSION = 20180423204600
PAGES_ACCESS_LEVEL_SCHEMA_VERSION ||= 20180423204600
# Project without repository
#