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

@ -78,7 +78,7 @@ class UsersXmlApiTest < ActionController::IntegrationTest
get '/users.xml', {}, basic_auth_headers()
assert_response :success
assert_tag :tag => "users",
:children => { :count => 3, :only => { :tag => "user" } }
:children => { :count => 4, :only => { :tag => "user" } }
assert_no_tag :tag => "password"
end