-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing uppgrading branch #2861
base: upgrading
Are you sure you want to change the base?
Conversation
@@ -18,14 +18,128 @@ def create_user(data) | |||
|
|||
# Confirm captcha token | |||
post api_v3_setup_user_path, params: { | |||
token: captcha_token.token, | |||
code: captcha_token.code | |||
token: captcha_token.token, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dexterhenry why an extra space here
end | ||
end | ||
end | ||
end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
review in your editor and check if have an option to add empty line to a file
end | ||
end | ||
end | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove the last lines
require 'rails_helper' | ||
RSpec.describe Api::V3::ApiController, type: :request do | ||
|
||
end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove extra space
Adding initial tests for data_types