mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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