discourse/spec
Guo Xiang Tan 34b29f62db DEV: Remove the use of stubs and mocks in Jobs::UserEmail tests.
We can only be sure that an email is sent when we get a mailer in
`ActionMailer::Deliveries`. A couple of tests were actually incorrect
because it didn't flow through our email sender where there are more
conditions in determining whether an email is sent or not.
2019-03-12 09:39:16 +08:00
..
components Add new run_jobs_synchronously! helper for tests 2019-03-11 16:58:35 -04:00
fabricators Fix UserProfile fabricator. 2019-03-11 09:57:42 +08:00
fixtures FEATURE: allow users to easily track/watch/mute topics via email 2019-03-06 18:38:49 +11:00
helpers FEATURE: add ability to clear previously set mobile_view with mobile_view=auto 2019-02-22 10:44:49 -08:00
import_export FIX: topic and category exporters were only exporting users who created the first post 2018-01-16 12:51:53 -05:00
integration Add new run_jobs_synchronously! helper for tests 2019-03-11 16:58:35 -04:00
integrity FIX: Relative links in translations should work with subfolder 2018-11-08 23:31:05 +00:00
jobs DEV: Remove the use of stubs and mocks in Jobs::UserEmail tests. 2019-03-12 09:39:16 +08:00
lib Add new run_jobs_synchronously! helper for tests 2019-03-11 16:58:35 -04:00
mailers FIX: Keep original subject in emails to staged users 2019-01-18 11:07:54 +01:00
models Add new run_jobs_synchronously! helper for tests 2019-03-11 16:58:35 -04:00
multisite DEV: Allow custom value when pausing sidekiq to aid in debugging. 2019-02-19 10:55:53 +08:00
requests Add new run_jobs_synchronously! helper for tests 2019-03-11 16:58:35 -04:00
serializers FIX: Make post notices invisible to poster. 2019-03-11 12:07:19 +02:00
services Add new run_jobs_synchronously! helper for tests 2019-03-11 16:58:35 -04:00
support Add new run_jobs_synchronously! helper for tests 2019-03-11 16:58:35 -04:00
tasks suppress print output when running specs 2017-10-31 16:06:11 +05:30
views/omniauth_callbacks FEATURE: Use translated name for 'your email has been authenticated by' (#6649) 2018-11-22 19:12:04 +00:00
rails_helper.rb DEV: Multisite tests didn't fail anymore 2019-01-24 22:28:00 +01:00