Skip to content

Fix settings_spec so that it can that run by itself

Stan Hu requested to merge fix-settings-spec into master

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.

Merge request reports