Commit 0dab0837 authored by Matija Čupić's avatar Matija Čupić

Add Callout specs

parent 89ea6a99
FactoryBot.define do
factory :callout do
feature_name 'test_callout'
dismissed_state false
user
end
end
require 'rails_helper'
describe Callout do
let(:callout) { create(:callout) }
describe 'relationships' do
it { is_expected.to belong_to(:user) }
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment