2
0

Add Reviewable model concern (#31152)

This commit is contained in:
Matt Jankowski
2024-09-03 11:37:45 -04:00
committed by GitHub
parent 2f0d0fc127
commit 7c26e5e4a1
8 changed files with 85 additions and 48 deletions

View File

@@ -3,6 +3,8 @@
require 'rails_helper'
RSpec.describe Account do
include_examples 'Reviewable'
context 'with an account record' do
subject { Fabricate(:account) }