This website works better with JavaScript.
Home
Explore
Help
Sign In
jyt94
/
closedSocialMastodon
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Add render_views to admin/reports controller spec (
#2548
)
closed-social-v3
Matt Jankowski
7 years ago
committed by
Eugen Rochko
parent
f51b2cb2e7
commit
a39e719b39
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
spec/controllers/admin/reports_controller_spec.rb
+ 2
- 0
spec/controllers/admin/reports_controller_spec.rb
View File
@ -1,6 +1,8 @@
require
'rails_helper'
describe
Admin
::
ReportsController
do
render_views
let
(
:user
)
{
Fabricate
(
:user
,
admin
:
true
)
}
before
do
sign_in
user
,
scope
:
:user
Write
Preview
Loading…
Cancel
Save