mirror of
https://github.com/moparisthebest/mail
synced 2025-02-16 15:10:10 -05:00
fix write controller test
This commit is contained in:
parent
25adfbf8b1
commit
341fb008ea
@ -271,12 +271,14 @@ define(function(require) {
|
||||
|
||||
describe('send to outbox', function() {
|
||||
it('should work', function() {
|
||||
scope.to = [{
|
||||
address: 'pity@dafool'
|
||||
}];
|
||||
scope.from = [{
|
||||
address: 'pity@dafool'
|
||||
}];
|
||||
scope.to = [{
|
||||
address: 'pity@dafool'
|
||||
}];
|
||||
scope.cc = [];
|
||||
scope.bcc = [];
|
||||
scope.subject = 'Ermahgerd!';
|
||||
scope.body = 'wow. much body! very text!';
|
||||
scope.attachments = [];
|
||||
|
Loading…
Reference in New Issue
Block a user