Merge pull request #2074 from betagouv/fix-typo

Fix a typo
This commit is contained in:
gregoirenovel 2018-06-08 15:16:58 +02:00 committed by GitHub
commit db4c0e11d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ RSpec.describe AdministrationMailer, type: :mailer do
it { expect(subject.subject).not_to be_empty }
end
describe '#refuse_amin' do
describe '#refuse_admin' do
let(:mail) { "l33t-4dm1n@h4x0r.com" }
subject { described_class.refuse_admin(mail) }