discourse/spec
Sigurður Guðbrandsson 73068d5fa3 ADD: Spec tests for User Badge triggers
NOTE: The DiscourseEvent trigger mechanism is VERY weird.
If there are ANY triggers triggered in the chain, you can't only list the one you're looking for, you have to list all triggers in the order they will come.

Example: line 98-100
:user_created and :user_verified are triggers that are introduced in PR #3237 so if this PR is accepted but not PR #3237 then lines 98-99 need to be removed.
2015-02-26 00:55:17 +00:00
..
components FEATURE: don't allow username and password to be the same 2015-02-25 12:00:13 -05:00
controllers ADD: Spec tests for User Badge triggers 2015-02-26 00:55:17 +00:00
fabricators Fix force_avatar_update.to_i error as force_avatar_update is a boolean 2015-01-30 09:51:38 +00:00
fixtures FIX: auto response email replies should not be accepted 2014-12-04 22:39:13 +05:30
helpers Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
integration update specs to remove deprecation warnings 2014-11-07 06:05:44 -08:00
integrity FIX: double periods. How did that work?? 2014-02-14 17:57:38 -05:00
jobs Merge pull request #3190 from riking/thrown_logging 2015-02-23 14:19:16 +11:00
mailers FIX: do not show name in email if name on posts are disabled 2015-02-18 01:39:41 +05:30
models REGRESSION: incorrect ordering when featuring topics 2015-02-25 14:24:25 +11:00
phantom_js Rename "User Expansion" to the much clearer "User Card" 2014-10-20 12:11:59 -04:00
serializers Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
services PERF: avoid expensive order by random for suggested topics 2015-02-25 17:19:12 +11:00
support models with rspec3 syntax 2015-01-05 13:04:23 -03:00
views/omniauth_callbacks Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
spec_helper.rb Ruby 2.2 fixes 2014-12-29 13:31:15 +11:00