discourse/spec/controllers/admin
Guo Xiang Tan 80e348d226 PERF: Speed up slow tests in our test suite.
Before

```
Finished in 7 minutes 23 seconds (files took 4.15 seconds to load)
7145 examples, 0 failures, 10 pending
```

After

```
Finished in 6 minutes 12 seconds (files took 4.41 seconds to load)
7145 examples, 0 failures, 10 pending
```
2017-06-22 11:23:31 +09:00
..
admin_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
api_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
backups_controller_spec.rb SECURITY: CSRF vulnerabilities in `Admin::BackupsController`. 2017-03-23 10:29:35 +08:00
badges_controller_spec.rb FIX: base sql vanishes after badge creation 2017-05-09 09:25:57 -04:00
color_schemes_controller_spec.rb FEATURE: Native theme support 2017-04-12 10:53:49 -04:00
dashboard_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
email_controller_spec.rb FIX: Processing incoming email should be done in a background job. 2017-04-24 13:57:28 +08:00
embeddable_hosts_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
embedding_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
emojis_controller_spec.rb FIX: Store custom emojis as uploads. 2017-03-14 13:07:18 +08:00
flags_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
groups_controller_spec.rb FIX: Groups that do not have any owners should not allow membership requests. 2017-06-05 10:02:37 +09:00
impersonate_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
permalinks_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
plugins_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
reports_controller_spec.rb FIX: Don't show category options for reports that can't be scoped to a category. 2017-04-13 17:10:55 +08:00
screened_emails_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
screened_ip_addresses_controller_spec.rb SECURITY: correctly validate input when admin searches for screened ips 2017-02-06 16:11:16 -05:00
screened_urls_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
site_settings_controller_spec.rb SECURITY: disable user entered badge SQL by default 2016-07-28 09:03:00 +10:00
site_texts_controller_spec.rb PERF: Speed up slow tests in our test suite. 2017-06-22 11:23:31 +09:00
staff_action_logs_controller_spec.rb FEATURE: dropdown to filter staff action logs 2017-05-30 11:25:42 -04:00
themes_controller_spec.rb FIX: correctly invalidate theme css cache on scheme change 2017-05-10 15:47:11 -04:00
user_fields_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
users_controller_spec.rb FIX: saving invisible primary group field that you don't belong to 2017-05-17 12:46:50 -04:00
versions_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
web_hooks_controller_spec.rb add event name for ping webhooks in the header 2017-05-02 08:13:23 +02:00