Add a simple api
method to ApiHelpers, replacing api_prefix
See docs for usage
This commit is contained in:
parent
fba174e9bc
commit
b2a5344a2d
5 changed files with 33 additions and 3 deletions
|
@ -27,7 +27,6 @@ RSpec.configure do |config|
|
|||
config.mock_with :rspec
|
||||
|
||||
config.include LoginHelpers, type: :request
|
||||
config.include ApiHelpers, type: :request
|
||||
|
||||
# If you're not using ActiveRecord, or you'd prefer not to run each of your
|
||||
# examples within a transaction, remove the following line or assign false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue