Fix outdated datatables spec
This commit is contained in:
parent
2b2745ade9
commit
92f23a519e
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ describe UserDatatable do
|
||||||
end
|
end
|
||||||
|
|
||||||
let(:data_cols) do
|
let(:data_cols) do
|
||||||
[:id, :confirmed_at, :email, :name, :attended, :roles, :view_url, :edit_url, :DT_RowId]
|
[:id, :confirmed_at, :email, :name, :username, :attended, :roles, :view_url, :edit_url, :DT_RowId]
|
||||||
end
|
end
|
||||||
let(:view) do
|
let(:view) do
|
||||||
view = double(
|
view = double(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue