Bump development gems

- brakeman
- rubocop
- scss_lint
This commit is contained in:
gregoirenovel 2018-03-02 16:27:03 +01:00
parent 1030a4ae7d
commit d6ad3fc3fd
42 changed files with 99 additions and 94 deletions

View file

@ -145,7 +145,7 @@ describe InvitesController, type: :controller do
context 'when user has access to dossier' do
before do
dossier.update_attributes(user: signed_in_profile)
dossier.update(user: signed_in_profile)
end
it { expect { subject }.to change(InviteUser, :count).by(1) }