Sha256: 7b6586d68bb99ef8bf3fcd5a5308083293f148aa0eb86148fac714f0058294a6
Contents?: true
Size: 226 Bytes
Versions: 8
Compression:
Stored size: 226 Bytes
Contents
require "rails_helper" RSpec.describe "Status endpoint", type: :request do describe "/okcomputer" do it "reports that the application is up" do get "/okcomputer" expect(response).to be_ok end end end
Version data entries
8 entries across 8 versions & 1 rubygems