accounts passwd encoding

This commit is contained in:
2016-08-28 10:32:26 -05:00
parent 3d5743b92f
commit 9362f506ee
6 changed files with 78 additions and 9 deletions

View File

@ -2,7 +2,7 @@ require 'test_helper'
class AccountsControllerTest < ActionDispatch::IntegrationTest
setup do
@account = accounts(:client1)
@account = accounts(:account1)
end
test "should get index" do