require "rails_helper" RSpec.describe RevelryController, type: :controller do describe "GET index" do it "successfully renders on the server" do get :index expect(response.status).to eq(200) end end end