gitlab-org--gitlab-foss/spec/models/application_setting_spec.rb

6 lines
137 B
Ruby
Raw Normal View History

require 'spec_helper'
describe ApplicationSetting, models: true do
2015-01-08 16:21:00 -05:00
it { ApplicationSetting.create_from_defaults.should be_valid }
end