1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-03-01 05:53:47 -05:00
2024-12-02 00:44:14 +00:00

12 lines
223 B
Ruby

# frozen_string_literal: true
require 'rails_helper'
RSpec.describe PreviewCardTrend do
include_examples 'RankedTrend'
describe 'Associations' do
it { is_expected.to belong_to(:preview_card).required }
end
end