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
.
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
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
.
Status changed to merged