mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 05:26:02 +08:00
Initial release of Discourse
This commit is contained in:
6
spec/models/topic_allowed_user_spec.rb
Normal file
6
spec/models/topic_allowed_user_spec.rb
Normal file
@ -0,0 +1,6 @@
|
||||
require 'spec_helper'
|
||||
|
||||
describe TopicAllowedUser do
|
||||
it { should belong_to :user }
|
||||
it { should belong_to :topic }
|
||||
end
|
Reference in New Issue
Block a user