1
0
mirror of https://github.com/discourse/discourse.git synced 2025-03-08 20:49:50 +00:00
discourse/spec/models/post_upload_spec.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
166 B
Ruby
Raw Normal View History

# frozen_string_literal: true
require 'rails_helper'
2013-06-13 23:44:24 +02:00
describe PostUpload do
it { is_expected.to belong_to :post }
it { is_expected.to belong_to :upload }
2013-06-13 23:44:24 +02:00
end