Files
nairobi/spec/features/admin/comments_spec.rb
Javi Martín 940f099505 Move tests for moderated content to their own files
When we renamed hidden controllers in the admin section in commit
85722eb7 we forgot to rename the test files as well.
2019-11-10 12:32:25 +01:00

9 lines
135 B
Ruby

require "rails_helper"
describe "Admin comments" do
before do
admin = create(:administrator)
login_as(admin.user)
end
end