+ pass_crypt { pass_crypt }
+
+ # These attributes are not the defaults, but in most tests we want
+ # a 'normal' user who can log in without being redirected etc.
+ after(:build) do |user, _evaluator|
+ user.activate
+ end
+
+ terms_seen { true }
+ terms_agreed { Time.now.utc }
+ data_public { true }