Commit 8d638780 authored by Robert Speicher's avatar Robert Speicher

Fix admin/users/index.html.haml view spec

parent b62dd023
...@@ -2,6 +2,7 @@ require 'rails_helper' ...@@ -2,6 +2,7 @@ require 'rails_helper'
describe 'admin/users/index' do describe 'admin/users/index' do
it 'includes "Send email to users" link' do it 'includes "Send email to users" link' do
allow(view).to receive(:container_class).and_return('ignored')
assign(:users, User.all.page(1)) assign(:users, User.all.page(1))
render render
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment