Fix typo in name of test
This commit is contained in:
parent
5ff8418f73
commit
9070aee6b8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue