|
|
@ -26,7 +26,7 @@ describe Admin::UsersController, type: :controller do |
|
|
|
let(:params) do |
|
|
|
let(:params) do |
|
|
|
{ |
|
|
|
{ |
|
|
|
user: { |
|
|
|
user: { |
|
|
|
email: "test5@example.com", |
|
|
|
email: "somethin5@example.com", |
|
|
|
name: "Jane", |
|
|
|
name: "Jane", |
|
|
|
password: "pAssword1", |
|
|
|
password: "pAssword1", |
|
|
|
organisation_id: organisation.id, |
|
|
|
organisation_id: organisation.id, |
|
|
|