We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f90cfa0 commit 0f3b645Copy full SHA for 0f3b645
spec/controllers/gifts_controller_spec.rb
@@ -66,7 +66,7 @@
66
context "when admin does not have policy_and_abuse or superadmin role and requests accepted gifts" do
67
before { fake_login_admin(create(:support_admin)) }
68
69
- it "does not show refused gifts or navigation" do
+ it "does not show refused gifts" do
70
get :index, params: { user_id: gift_user.login }
71
72
expect(assigns(:works)).to include(accepted_work)
0 commit comments