discourse/spec
Guo Xiang Tan 55fd3acea0 Revert "FIX: Undefined method when serializing a user"
This reverts commit 1fbe078ae0.

`UserProfile` is created in a callback after the user has been created.
As such, it should be impossible for a user to not have a blank
`UserProfile`. This was also improved in
4f5c9bb8d3.
2019-06-04 09:30:30 +08:00
..
components FIX: Display generic descriptor for associated account with no info 2019-06-03 12:14:02 +01:00
fabricators FEATURE: introduce dedicated storage and DB constraints for anon users 2019-05-29 14:26:24 +10:00
fixtures FIX: Don't create staged users when processing forwarded email fails 2019-05-09 23:47:47 +02:00
helpers DEV: Prefabrication (test optimization) (#7414) 2019-05-07 13:12:20 +10:00
import_export DEV: Prefabrication (test optimization) (#7414) 2019-05-07 13:12:20 +10:00
integration DEV: change testing cache clearing so it is more deliberate 2019-06-03 10:21:38 +10:00
integrity DEV: introduces coding style spec (#7615) 2019-05-27 23:38:17 +02:00
jobs FIX: delete system generated message when user_export record is deleted (#7595) 2019-05-28 16:38:41 +05:30
lib DEV: Add spec for BrowserDetection and Chromebook. 2019-05-30 16:31:28 +03:00
mailers FEATURE: English locale with international date formats 2019-05-20 13:47:20 +02:00
models FEATURE: Multi-file javascript support for themes (#7526) 2019-06-03 10:41:00 +01:00
multisite FEATURE: English locale with international date formats 2019-05-20 13:47:20 +02:00
requests FIX: use crawler layout when saving url in Wayback Machine (#7667) 2019-06-03 12:13:32 +10:00
serializers Revert "FIX: Undefined method when serializing a user" 2019-06-04 09:30:30 +08:00
services FEATURE: introduce dedicated storage and DB constraints for anon users 2019-05-29 14:26:24 +10:00
support FIX: don't bump topics when hidden tags are added or removed 2019-05-06 14:52:18 -04:00
tasks FEATURE: option to skip posts with ignored missing uploads 2019-05-09 05:11:15 +05:30
views/omniauth_callbacks DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
rails_helper.rb DEV: security restriction in dev mode broke tests 2019-06-03 11:33:56 +10:00