diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-02-02 14:47:40 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-02-02 14:47:40 +0000 |
commit | 1e4a7d55e06187b885780ba989a179554d921777 (patch) | |
tree | 6ed614f218781324e0b78e368a157115de68b3f6 /test/fixtures/journals.yml | |
parent | 5101c55e1067dabbb96a23a1e105f762d2ca0c01 (diff) | |
download | redmine-1e4a7d55e06187b885780ba989a179554d921777.tar.gz redmine-1e4a7d55e06187b885780ba989a179554d921777.zip |
added unit tests for mailer
git-svn-id: http://redmine.rubyforge.org/svn/trunk@215 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/journals.yml')
-rw-r--r-- | test/fixtures/journals.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/fixtures/journals.yml b/test/fixtures/journals.yml new file mode 100644 index 000000000..49aab14d7 --- /dev/null +++ b/test/fixtures/journals.yml @@ -0,0 +1,8 @@ +---
+journals_001:
+ created_on: 2007-01-26 19:58:40 +01:00
+ notes: "Journal notes"
+ id: 1
+ journalized_type: Issue
+ user_id: 1
+ journalized_id: 1
|