Commit 1deb4536 authored by Mark Chao's avatar Mark Chao

FE: spec update

parent 84e10762
...@@ -9,8 +9,6 @@ describe 'shared/issuable/_approvals.html.haml' do ...@@ -9,8 +9,6 @@ describe 'shared/issuable/_approvals.html.haml' do
let(:form) { double('form') } let(:form) { double('form') }
before do before do
stub_feature_flags(approval_rules: false)
allow(view).to receive(:can?).and_return(true) allow(view).to receive(:can?).and_return(true)
allow(view).to receive(:current_user).and_return(user) allow(view).to receive(:current_user).and_return(user)
allow(form).to receive(:label) allow(form).to receive(:label)
......
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