Remove useless tests
This commit is contained in:
parent
7c0faf5bad
commit
9666ed7d5d
16 changed files with 0 additions and 262 deletions
|
@ -1,15 +1,6 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe Invite do
|
||||
describe 'database columns' do
|
||||
it { is_expected.to have_db_column(:email) }
|
||||
end
|
||||
|
||||
describe 'associations' do
|
||||
it { is_expected.to belong_to(:dossier) }
|
||||
it { is_expected.to belong_to(:user) }
|
||||
end
|
||||
|
||||
describe 'an email can be used for multiple dossier' do
|
||||
let(:email1) { 'plop@octo.com' }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue