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 17:44:24 -04:00
describe PostUpload do
it { is_expected.to belong_to :post }
it { is_expected.to belong_to :upload }
2013-06-13 17:44:24 -04:00
end