Commit
5218ff47cc11c8dd8417f1aab6dab0ee4d36c556
Exists in
staging
and in
32 other branches
all_pending_tasks_api, api-articles-period, api_roles, comments_permissions, elasticsearch, elasticsearch_api, elasticsearch_categories, elasticsearch_filter, elasticsearch_sort, elasticsearch_to_merge, elasticsearch_view, environment-exposes-api, export-comment-api, export_data, external_followers, federation-webfinger, federation_followers, federation_followers_backend, federation_oauth_provider, federation_webfinger, fix_notification_email, follower_permition, master, master_profile_followers, oauth_external_login, oauth_login, private-scraps, private-scraps-rebase, production, profile_api_improvements, user_mention, webfinger_server
change class name test
1
| require_relative 'test_helper' |
1
| require_relative 'test_helper' |
2
| |
2
| |
3
| -class SearchTest < ActiveSupport::TestCase |
3
| +class EnvironmentTest < ActiveSupport::TestCase |
4
| |
4
| |
5
| def setup |
5
| def setup |
6
| @person = create_user('testing').person |
6
| @person = create_user('testing').person |