Added SMS and MMS gateway that can handle a variety of messages formats along with a set of testes for it.

NOTE: this is the first patch submitted on ticket
This commit is contained in:
epall 2008-06-04 18:16:06 -07:00 committed by Eric Allen
parent 1d64ca0f34
commit 8783beb280
13 changed files with 525 additions and 2 deletions

View file

@ -31,7 +31,7 @@ class UsersControllerTest < Test::Rails::TestCase
get :index
assert_response :success
assert_equal "TRACKS::Manage Users", assigns['page_title']
assert_equal 3, assigns['total_users']
assert_equal 4, assigns['total_users']
assert_equal "/users", session['return-to']
end