spec/response_spec.rb in cdyne-sms-notify-0.8.1 vs spec/response_spec.rb in cdyne-sms-notify-0.8.3
- old
+ new
@@ -21,10 +21,10 @@
@xml = ''
end
it "should convert an xml response body into a hash" do
@response_hash = {
- "sms_return" => {
+ :sms_return => {
:status_code=>"1",
:status_text=>"Success",
:completed=>"1",
:text_id=>"12345678",
:demo=>"0",