mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 03:36:18 +08:00
FIX: offline controller regression
This commit is contained in:
8
spec/controllers/offline_controller_spec.rb
Normal file
8
spec/controllers/offline_controller_spec.rb
Normal file
@ -0,0 +1,8 @@
|
||||
require 'rails_helper'
|
||||
|
||||
describe OfflineController do
|
||||
it "can hit index" do
|
||||
get :index
|
||||
expect(response.status).to eq(200)
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user