update Gemfile and fix failing test

This commit is contained in:
Reinier Balt 2012-06-28 17:02:07 +02:00
parent 9421ae76bb
commit be5968af98
3 changed files with 15 additions and 23 deletions

View file

@ -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