Sha256: 506b88f5d2ffeb0ce8aa3d7b73c809744cbf893bbd2d9ddf9966172667958e68
Contents?: true
Size: 291 Bytes
Versions: 6
Compression:
Stored size: 291 Bytes
Contents
# frozen_string_literal: true $LOAD_PATH.unshift File.expand_path("../../", __FILE__) require "rails_helper" RSpec.describe PublicController do describe "#show" do it "responds with a 200" do get "/public" expect(response).to have_http_status(:success) end end end
Version data entries
6 entries across 6 versions & 1 rubygems