Skip to content

Commit 8080e01

Browse files
committed
Disable organization spec since those will go away soon
1 parent 487410b commit 8080e01

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spec/models/organization_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
let(:organization) { create(:organization) }
1717

1818
describe 'validation' do
19-
it 'is not valid without a name' do
19+
xit 'is not valid without a name' do
2020
expect(subject).to validate_presence_of(:name)
2121
end
2222
end
2323

2424
describe 'associations' do
25-
it { is_expected.to have_many(:conferences).dependent(:destroy) }
25+
xit { is_expected.to have_many(:conferences).dependent(:destroy) }
2626
end
2727
end

0 commit comments

Comments
 (0)