Fix typo in name of test

This commit is contained in:
Eric 2020-05-27 12:42:21 -05:00
parent 5ff8418f73
commit 9070aee6b8

View file

@ -7,7 +7,7 @@ require 'controllers/support/shared_user_context'
describe Nonprofits::CustomFieldMastersController, type: :controller do describe Nonprofits::CustomFieldMastersController, type: :controller do
include_context :shared_user_context include_context :shared_user_context
describe 'rejects unauthenticated users' do describe 'rejects unauthenticated users' do
describe 'get payments' do describe 'get custom field masters' do
include_context :open_to_np_associate, :get, :index, nonprofit_id: :__our_np, without_json_view: true include_context :open_to_np_associate, :get, :index, nonprofit_id: :__our_np, without_json_view: true
end end