mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
9 lines
249 B
Ruby
9 lines
249 B
Ruby
# require 'rails_helper'
|
|
# require 'support/privacy_example'
|
|
# require 'support/public_scope_example'
|
|
|
|
# RSpec.describe Universe, type: :model do
|
|
# it_behaves_like 'content with privacy'
|
|
# it { is_expected.to validate_presence_of(:name) }
|
|
# end
|