Skip to content

Commit

Permalink
remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-samuel committed Dec 4, 2024
1 parent d54c26a commit 842e3fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/controllers/ops_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@
allow(controller).to receive(:check_privileges).and_return(true)
allow(controller).to receive(:assert_privileges).and_return(true)
seed_session_trees('ops', :settings_tree, 'root')
expect(controller).to receive(:render_to_string).with(any_args).exactly(3).times
post :change_tab, :params => {:tab_id => tab, :parent_tab_id => 'settings_tags'}
end

Expand Down

0 comments on commit 842e3fe

Please sign in to comment.