Commit 1cb3716

mo khan <mo@mokhan.ca>
2015-02-28 17:21:06
it's green!
1 parent 88ff636
Changed files (1)
spec
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