added test

This commit is contained in:
Oleg Hasjanov 2021-07-28 12:36:08 +03:00 committed by olegphenomenon
parent 6e82d8be9e
commit 64cb2c35f3
2 changed files with 34 additions and 1 deletions

View file

@ -12,7 +12,7 @@ module Repp
render_success(data: nil) and return unless @login
# rubocop:enable Style/AndOr
data = @login.as_json()
data = @login.as_json
render_success(data: data)
end