Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
# frozen_string_literal: true
describe BasicReviewableSerializer do
fab!(:reviewable)
subject { described_class.new(reviewable, root: false).as_json }
include_examples "basic reviewable attributes"
end