Commit 4477dc24 authored by Stan Hu's avatar Stan Hu

Merge branch 'fix-settings-spec' into 'master'

Fix settings_spec so that it can that run by itself

Running `spec/settings_spec.rb` would fail because it would attempt to load `1_settings.rb`, which would reference `Rails`. This constant was not loaded without `spec_helper.rb`.


See merge request !4893
parents 9e43fc15 6ba627f7
require 'spec_helper'
require_relative '../../config/initializers/1_settings'
describe Settings, lib: true do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment