Master upstream sync

This commit is contained in:
Senad Uka
2020-07-16 18:02:45 +02:00
parent f04d34d337
commit add8304eab
50 changed files with 0 additions and 1626 deletions

View File

@@ -1,12 +0,0 @@
require 'rails_helper'
RSpec.describe CastingCallInterview, type: :model do
describe "associations" do
it { is_expected.to belong_to(:casting_call) }
it { is_expected.to have_secure_token(:token) }
end
describe "validations" do
it { is_expected.to validate_presence_of(:performer_name) }
end
end

View File

@@ -1,11 +0,0 @@
require 'rails_helper'
RSpec.describe CastingCall, type: :model do
describe "associations" do
it { is_expected.to belong_to(:project) }
end
describe "validations" do
it { is_expected.to have_secure_token(:token) }
end
end