[Fix #503] Dossier: remove replied

This commit is contained in:
Simon Lehericey 2017-09-21 17:12:21 +02:00
parent 030a11d98c
commit 633b55aca0
32 changed files with 37 additions and 169 deletions

View file

@ -1,7 +1,7 @@
require 'spec_helper'
describe InvitesController, type: :controller do
let(:dossier) { create(:dossier, :replied) }
let(:dossier) { create(:dossier, :initiated) }
let(:email) { 'plop@octo.com' }
describe '#POST create' do