Sha256: 397ef1f0e9348f210adf91229b48f4b8301ff83198ff1964bdc3293c22888247
Contents?: true
Size: 269 Bytes
Versions: 12
Compression:
Stored size: 269 Bytes
Contents
require 'rails_helper' describe User do it { is_expected.to have_many(:created_tasks)} it { is_expected.to have_and_belong_to_many(:assigned_tasks)} it { is_expected.to have_many(:user_project_participations)} it { is_expected.to have_many(:projects)} end
Version data entries
12 entries across 12 versions & 2 rubygems