summaryrefslogtreecommitdiff
path: root/spec/models/organization_spec.rb
blob: 9966a7132cebf4d32d5480c173176c11ab9e8927 (plain)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

require 'spec_helper'

# rubocop: disable Lint/EmptyBlock
# rubocop: disable RSpec/EmptyExampleGroup
RSpec.describe Organization, type: :model, feature_category: :cell do
end
# rubocop: enable RSpec/EmptyExampleGroup
# rubocop: enable Lint/EmptyBlock