mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-01 14:58:50 +01:00
update Gemfile and fix failing test
This commit is contained in:
parent
9421ae76bb
commit
be5968af98
3 changed files with 15 additions and 23 deletions
|
|
@ -25,13 +25,6 @@ class MessageGatewayTest < ActiveSupport::TestCase
|
|||
assert_equal(@user, message_todo.user)
|
||||
end
|
||||
|
||||
def test_double_sms
|
||||
todo_count = Todo.count
|
||||
load_message('sample_sms.txt')
|
||||
load_message('sample_sms.txt')
|
||||
assert_equal(todo_count+1, Todo.count)
|
||||
end
|
||||
|
||||
def test_mms_with_subject
|
||||
todo_count = Todo.count
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue