notebook/spec/controllers/main_controller_spec.rb
2021-05-21 13:23:07 -07:00

10 lines
224 B
Ruby

# require 'rails_helper'
# require 'support/devise'
# RSpec.describe MainController, type: :controller do
# describe 'GET #index' do
# before { get :index }
# it { is_expected.to respond_with(200) }
# end
# end