mirror of
https://github.com/discourse/discourse.git
synced 2025-02-08 20:34:52 +00:00
10 lines
153 B
Ruby
10 lines
153 B
Ruby
require 'spec_helper'
|
|
require_dependency 'post_revision'
|
|
|
|
describe PostRevision do
|
|
|
|
it { should belong_to :user }
|
|
it { should belong_to :post }
|
|
|
|
end
|