mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 03:06:14 +02:00
Use inflector rule to acronym Api to API
This commit is contained in:
parent
42004f933f
commit
06f5eb10d4
25 changed files with 44 additions and 43 deletions
4
test/fixtures/users.yml
vendored
4
test/fixtures/users.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
api_bestnames:
|
||||
username: test_bestnames
|
||||
password: testtest
|
||||
type: ApiUser
|
||||
type: APIUser
|
||||
registrar: bestnames
|
||||
active: true
|
||||
roles:
|
||||
|
@ -10,7 +10,7 @@ api_bestnames:
|
|||
api_goodnames:
|
||||
username: test_goodnames
|
||||
password: testtest
|
||||
type: ApiUser
|
||||
type: APIUser
|
||||
registrar: goodnames
|
||||
active: true
|
||||
roles:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
require 'test_helper'
|
||||
|
||||
class RegistrantApiAuthenticationTest < ApplicationSystemTestCase
|
||||
class RegistrantAPIAuthenticationTest < ApplicationSystemTestCase
|
||||
def setup
|
||||
super
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
require 'test_helper'
|
||||
require 'auth_token/auth_token_creator'
|
||||
|
||||
class RegistrantApiDomainsTest < ApplicationSystemTestCase
|
||||
class RegistrantAPIDomainsTest < ApplicationSystemTestCase
|
||||
def setup
|
||||
super
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue