cast me sync

This commit is contained in:
Senad Uka
2020-07-16 18:03:37 +02:00
parent da8e187430
commit 96b31b71cf
7 changed files with 122 additions and 10 deletions

View File

@@ -1,6 +1,7 @@
require 'rails_helper'
RSpec.describe CastingCallInterview, type: :model do
subject { build(:casting_call_interview) }
describe "associations" do
it { is_expected.to belong_to(:casting_call) }
it { is_expected.to have_secure_token(:token) }