This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
tootlab-mastodon
Watch
1
Star
0
Fork
0
You've already forked tootlab-mastodon
mirror of
https://github.com/glitch-soc/mastodon.git
synced
2024-11-24 09:04:00 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e95e896f10
tootlab-mastodon
/
spec
/
fabricators
/
identity_fabricator.rb
8 lines
111 B
Ruby
Raw
Normal View
History
Unescape
Escape
Enable Style/FrozenStringLiteralComment for specs (#23790)
2023-02-21 19:55:31 -05:00
# frozen_string_literal: true
CAS + SAML authentication feature (#6425) * Cas authentication feature * Config * Remove class_eval + Omniauth initializer * Codeclimate review * Codeclimate review 2 * Codeclimate review 3 * Remove uid/email reconciliation * SAML authentication * Clean up code * Improve login form * Fix code style issues * Add locales
2018-02-03 23:42:13 -05:00
Fabricator
(
:identity
)
do
Fabricator specs (#23925)
2023-03-04 11:12:09 -05:00
user
Autofix Rubocop Style/StringLiterals (#23695)
2023-02-18 17:38:14 -05:00
provider
'MyString'
uid
'MyString'
CAS + SAML authentication feature (#6425) * Cas authentication feature * Config * Remove class_eval + Omniauth initializer * Codeclimate review * Codeclimate review 2 * Codeclimate review 3 * Remove uid/email reconciliation * SAML authentication * Clean up code * Improve login form * Fix code style issues * Add locales
2018-02-03 23:42:13 -05:00
end
Reference in New Issue
Copy Permalink