Sha256: 793fa49ac41f17c8506d7d5c4c617a884fd9f34fa386f9a8a6059fc97e8664b3
Contents?: true
Size: 245 Bytes
Versions: 15
Compression:
Stored size: 245 Bytes
Contents
require 'rails_helper' RSpec.describe "Categories", :type => :request do describe "GET /categories" do it "works! (now write some real specs)" do get categories_path expect(response).to have_http_status(200) end end end
Version data entries
15 entries across 15 versions & 1 rubygems