discourse/spec/models
Robin Ward e75b240390 FIX: Some brittle tests with hardcoded ids
If we're going to use hardcoded ids, we should make sure the records are
not saved, or that the ID will not come up during normal use.
2019-02-01 11:44:37 -05:00
..
about_spec.rb
admin_dashboard_data_spec.rb FEATURE: PWA compatibility checks in the Dashboard (#6850) 2019-01-09 08:46:11 +08:00
api_key_spec.rb
application_request_spec.rb Fix random build error 2018-11-08 02:51:42 +01:00
badge_spec.rb avoid looking up badge multiple times in spec 2018-10-16 10:42:16 +11:00
badge_type_spec.rb
category_featured_topic_spec.rb
category_group_spec.rb
category_list_spec.rb FEATURE: hide muted categories from /categories list (#6531) 2018-10-26 11:34:39 +11:00
category_spec.rb FIX: Subfolder path is missing in category permalinks after slug update 2018-12-21 09:29:54 +05:30
category_user_spec.rb
child_theme_spec.rb
color_scheme_color_spec.rb DEV: Clear ColorScheme.hex_cache to avoid leaking state. 2018-10-15 11:16:26 +08:00
color_scheme_spec.rb DEV: Clear ColorScheme.hex_cache to avoid leaking state. 2018-10-15 11:16:26 +08:00
developer_spec.rb
digest_email_site_setting_spec.rb
directory_item_spec.rb FIX user directory time period count (#6586) 2018-11-12 15:30:05 +01:00
discourse_single_sign_on_spec.rb SECURITY: correct edge case when SSO provides unvalidated emails 2018-09-11 08:24:02 +10:00
draft_sequence_spec.rb
draft_spec.rb
email_change_request_spec.rb
email_log_spec.rb Revert "FIX: Partial reply key search in email sent logs." 2019-01-10 10:05:56 +08:00
email_token_spec.rb
embeddable_host_spec.rb
emoji_spec.rb
given_daily_like_spec.rb
global_setting_spec.rb
group_history_spec.rb
group_spec.rb Upgrade to FontAwesome 5 (take two) (#6673) 2018-11-26 16:49:57 -05:00
group_user_spec.rb
incoming_link_spec.rb FIX: ignore invalid usernames in incoming link tracker 2018-09-04 12:28:32 +10:00
incoming_links_report_spec.rb FIX: adds support for missing reports from old dashboard (#6624) 2018-11-19 12:20:05 +01:00
invite_redeemer_spec.rb FEATURE: Activate users invited via email when invite is redeemed 2018-12-11 00:09:53 +01:00
invite_spec.rb FEATURE: Activate users invited via email when invite is redeemed 2018-12-11 00:09:53 +01:00
javascript_cache_spec.rb FIX: extracted theme JavaScripts for multisite (#6502) 2018-10-18 17:05:34 +11:00
locale_site_setting_spec.rb
mailing_list_mode_site_setting_spec.rb
notification_spec.rb FIX: Liked notification consolidation has to account for user like frequency setting. 2019-01-17 14:33:23 +08:00
optimized_image_spec.rb FEATURE: store thumbnail algorithm version in optimized image table 2019-01-03 17:07:30 +11:00
permalink_spec.rb
plugin_store_spec.rb
post_action_spec.rb FEATURE: Do not autoclose topics due to user flagging that are authored by staff 2019-01-21 15:50:53 -08:00
post_action_type_spec.rb
post_analyzer_spec.rb
post_detail_spec.rb
post_mover_spec.rb DEV: Fix random build error 2019-01-02 17:27:08 +01:00
post_reply_key_spec.rb Revert "FIX: Partial reply key search in email sent logs." 2019-01-10 10:05:56 +08:00
post_reply_spec.rb
post_spec.rb FEATURE: tighter limits on per cluster post rebakes 2019-01-04 09:24:46 +11:00
post_timing_spec.rb
post_upload_spec.rb
queued_post_spec.rb
quoted_post_spec.rb
remote_theme_spec.rb FIX: Imported themes should set their color scheme automatically 2019-01-31 17:45:11 +00:00
report_spec.rb FIX: Some brittle tests with hardcoded ids 2019-02-01 11:44:37 -05:00
s3_region_site_setting_spec.rb
screened_email_spec.rb
screened_ip_address_spec.rb
screened_url_spec.rb
search_log_spec.rb DEV: Remove the unique_searches column from select query 2018-12-19 02:45:48 +05:30
site_setting_spec.rb FIX: Show title as home logo if title has been set and logo is blank. 2019-01-11 15:46:58 +08:00
site_spec.rb
skipped_email_log_spec.rb
stylesheet_cache_spec.rb FIX: correctly keep stylesheet cache entries 2018-09-14 12:54:11 +10:00
tag_group_spec.rb
tag_spec.rb FEATURE: Add button to delete unused tags (#6587) 2018-11-12 16:24:34 +00:00
tag_user_spec.rb
theme_field_spec.rb FEATURE: Support for localized themes (#6848) 2019-01-17 11:46:11 +00:00
theme_spec.rb FIX: Fix safe mode regression 2019-01-25 17:00:30 +00:00
top_menu_item_spec.rb
top_topic_spec.rb
topic_allowed_user_spec.rb
topic_converter_spec.rb
topic_embed_spec.rb FIX: drop title updates through RSS feeds 2018-08-28 16:25:04 +10:00
topic_featured_users_spec.rb
topic_invite_spec.rb
topic_link_click_spec.rb FIX: URLs containing two # would fail to work 2018-12-11 18:03:13 +11:00
topic_link_spec.rb Revert "FIX: trim trailing slash from topic links" 2019-01-03 17:29:22 +05:30
topic_list_spec.rb
topic_participants_summary_spec.rb FEATURE: Add recipient avatars in PM topic list even if they not yet replied 2019-01-25 19:41:49 +05:30
topic_posters_summary_spec.rb
topic_spec.rb SECURITY: Require groups to be given when inviting to a restricted category. (#6715) 2018-12-05 16:43:07 +01:00
topic_tag_spec.rb
topic_timer_spec.rb
topic_tracking_state_spec.rb Enable Lint/ShadowingOuterLocalVariable for Rubocop. 2018-09-04 10:16:42 +08:00
topic_user_spec.rb DEV: Enable Style/SingleLineMethods and Style/Semicolon in Rubocop (#6717) 2018-12-04 11:48:13 +08:00
topic_view_item_spec.rb
translation_override_spec.rb
trust_level3_requirements_spec.rb
unsubscribe_key_spec.rb
upload_spec.rb PERF: automatic upload size calculation not persisted 2018-12-26 17:19:29 +02:00
user_action_spec.rb
user_api_key_spec.rb
user_archived_message_spec.rb
user_auth_token_spec.rb FIX: Do not check for suspicious login when impersonating. (#6534) 2018-11-12 15:34:12 +01:00
user_avatar_spec.rb DEV: correct heisentest testing for avatars 2019-02-01 13:27:06 +11:00
user_badge.rb
user_email_spec.rb
user_export_spec.rb
user_history_spec.rb
user_open_id_spec.rb
user_option_spec.rb FEATURE: Option to disable user presence and profile 2018-10-10 17:34:33 -04:00
user_profile_spec.rb
user_profile_view_spec.rb
user_search_spec.rb
user_second_factor_spec.rb
user_spec.rb FIX: properly clean out post and user actions on destroy user 2019-01-17 12:40:30 +11:00
user_stat_spec.rb FIX: do not store key tracking last seen time indefinitely 2018-12-03 08:35:26 +11:00
user_summary_spec.rb FIX: Do not raise error if most liked user is deleted 2018-12-25 01:04:55 +05:30
user_visit_spec.rb
username_validator_spec.rb
watched_word_spec.rb
web_crawler_request_spec.rb
web_hook_event_spec.rb
web_hook_spec.rb FEATURE: Track how many user flags are agreed/disagreed/ignored 2018-11-01 09:59:50 -04:00