Commit 1cb3716
Changed files (1)
spec
requests
spec/requests/items_spec.rb
@@ -1,10 +0,0 @@
-require 'rails_helper'
-
-RSpec.describe "Items", :type => :request do
- describe "GET /items" do
- it "works! (now write some real specs)" do
- get items_path
- expect(response).to have_http_status(200)
- end
- end
-end