Sha256: be6b4ca691cc6f63ab2bd23c4b97766eec0e4a0247fa815bd6ef25b2c73c5477

Contents?: true

Size: 265 Bytes

Versions: 5

Compression:

Stored size: 265 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

5 entries across 5 versions & 1 rubygems

Version Path
wice_grid-7.1.4 spec/models/user_spec.rb
wice_grid-7.1.3 spec/models/user_spec.rb
wice_grid-7.1.2 spec/models/user_spec.rb
wice_grid-7.1.1 spec/models/user_spec.rb
wice_grid-7.1.0 spec/models/user_spec.rb