Remove useless tests

This commit is contained in:
gregoirenovel 2017-07-19 11:55:59 +02:00
parent 7c0faf5bad
commit 9666ed7d5d
16 changed files with 0 additions and 262 deletions

View file

@ -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' }