mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-18 13:18:09 +01:00
Modified sample_sms.txt to be subbed into in a sane way. Added ability to set context, due date, and show_from date from within an emailed message.
This commit is contained in:
parent
dc0c5bffa4
commit
6210d3033d
4 changed files with 118 additions and 4 deletions
9
test/fixtures/contexts.yml
vendored
9
test/fixtures/contexts.yml
vendored
|
|
@ -122,3 +122,12 @@ inbox:
|
|||
user_id: 4
|
||||
created_at: <%= today %>
|
||||
updated_at: <%= today %>
|
||||
|
||||
anothercontext:
|
||||
id: 14
|
||||
name: anothercontext
|
||||
position: 2
|
||||
hide: false
|
||||
user_id: 4
|
||||
created_at: <%= today %>
|
||||
updated_at: <%= today %>
|
||||
|
|
|
|||
2
test/fixtures/sample_sms.txt
vendored
2
test/fixtures/sample_sms.txt
vendored
|
|
@ -9,4 +9,4 @@ Content-Type: text/plain;charset=utf-8
|
|||
Content-Transfer-Encoding: 7bit
|
||||
Importance: Normal
|
||||
|
||||
This is a todo 4112093
|
||||
message_content
|
||||
Loading…
Add table
Add a link
Reference in a new issue