Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rspec-rails-swagger
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open-source
rspec-rails-swagger
Commits
c1b2bb18
Commit
c1b2bb18
authored
May 02, 2021
by
liyijie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix rspec send params
parent
846c9d86
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
helpers.rb
lib/rspec/rails/swagger/helpers.rb
+1
-1
No files found.
lib/rspec/rails/swagger/helpers.rb
View file @
c1b2bb18
...
@@ -221,7 +221,7 @@ module RSpec
...
@@ -221,7 +221,7 @@ module RSpec
# Run the request
# Run the request
params
=
body
||
form_data
params
=
body
||
form_data
if
::
Rails
::
VERSION
::
MAJOR
>=
5
if
::
Rails
::
VERSION
::
MAJOR
>=
5
self
.
send
(
method
,
path
,
{
params:
params
,
headers:
headers
,
env:
env
})
self
.
send
(
method
,
path
,
**
{
params:
params
,
headers:
headers
,
env:
env
})
else
else
self
.
send
(
method
,
path
,
params
,
headers
.
merge
(
env
))
self
.
send
(
method
,
path
,
params
,
headers
.
merge
(
env
))
end
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment