When we renamed hidden controllers in the admin section in commit
85722eb7 we forgot to rename the test files as well.
9 lines
135 B
Ruby
9 lines
135 B
Ruby
require "rails_helper"
|
|
|
|
describe "Admin comments" do
|
|
before do
|
|
admin = create(:administrator)
|
|
login_as(admin.user)
|
|
end
|
|
end
|