mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-14 15:16:04 +10:00
8 lines
110 B
Ruby
8 lines
110 B
Ruby
require 'spec_helper'
|
|
|
|
describe Appearance do
|
|
subject { create(:appearance) }
|
|
|
|
it { should be_valid }
|
|
end
|