8 lines
148 B
Ruby
8 lines
148 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
require 'rails_helper'
|
||
|
|
||
|
RSpec.describe InstallationConfig do
|
||
|
it { is_expected.to validate_presence_of(:name) }
|
||
|
end
|