validate zoom meeting url

This commit is contained in:
Bilal
2020-07-15 16:35:18 +02:00
parent da8e187430
commit cde81508b4
8 changed files with 122 additions and 24 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) }