mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-09 14:58:05 -05:00
Add spaces around method arguments when setting default values
Closes #5288
This commit is contained in:
committed by
Carlos Antonio da Silva
parent
97aa37bb50
commit
eed641d2be
@@ -5,7 +5,7 @@ require 'test_helper'
|
||||
class OmniAuthRoutesTest < ActionController::TestCase
|
||||
tests ApplicationController
|
||||
|
||||
def assert_path(action, provider, with_param=true)
|
||||
def assert_path(action, provider, with_param = true)
|
||||
# Resource param
|
||||
assert_equal @controller.send(action, :user, provider),
|
||||
@controller.send("user_#{provider}_#{action}")
|
||||
|
||||
Reference in New Issue
Block a user