Skip to content

Commit 0f3b645

Browse files
not-varramBilka2
andauthored
Apply suggestion from @Bilka2
Co-authored-by: Bilka <Bilka2@users.noreply.github.com>
1 parent f90cfa0 commit 0f3b645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/controllers/gifts_controller_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
context "when admin does not have policy_and_abuse or superadmin role and requests accepted gifts" do
6767
before { fake_login_admin(create(:support_admin)) }
6868

69-
it "does not show refused gifts or navigation" do
69+
it "does not show refused gifts" do
7070
get :index, params: { user_id: gift_user.login }
7171

7272
expect(assigns(:works)).to include(accepted_work)

0 commit comments

Comments
 (0)