提交 77daebe6 编写于 作者: J Jacob Vosmaer

More create_list

上级 91cebb72
......@@ -5,7 +5,7 @@ describe RepositoryCheckMailer do
describe '.notify' do
it 'emails all admins' do
admins = 3.times.map { create(:admin) }
admins = create_list(:admin, 3)
mail = described_class.notify(1)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册