Sha256: 56ad926ee80ca75fdf3b23c4648f5da1172b2d79679c1d881e46c324faf66b17
Contents?: true
Size: 227 Bytes
Versions: 17
Compression:
Stored size: 227 Bytes
Contents
require "rails_helper" RSpec.describe "Posts", type: :request do describe "GET /posts" do it "works! (now write some real specs)" do get posts_path expect(response).to have_http_status(200) end end end
Version data entries
17 entries across 17 versions & 1 rubygems