Fix a typo

This commit is contained in:
gregoirenovel 2018-06-08 15:14:22 +02:00
parent 19f5c66faa
commit 24e37842ee

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) }