Commit 000a798dd87c159bc23eba7ca5d69574ca19d342

Authored by Evandro Junior
2 parents 0f42462f a8028635

Merge branch 'api' into production

* api:
  removed debug command
Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
test/unit/api/session_test.rb
... ... @@ -36,7 +36,6 @@ class SessionTest < ActiveSupport::TestCase
36 36 post "/api/v1/register?#{params.to_query}"
37 37 assert_equal 201, last_response.status
38 38 json = JSON.parse(last_response.body)
39   - ap json
40 39 assert json['activated']
41 40 assert json['private_token'].present?
42 41 end
... ...