Commit a40481e8

mo k <mo@mokhan.ca>
2012-05-19 03:07:02
start to put together category controller specs.
1 parent 3c674aa
Changed files (1)
spec/controllers/categories_controller_spec.rb
@@ -21,4 +21,17 @@ describe CategoriesController do
       assigns(:creations).should eq(@creations)
     end
   end
+
+  context "when there is NO category that matches the slug" do
+
+  end
+
+  context "when there is a category that matches the slug" do
+    context "when there are creations in the category" do
+
+    end
+    context "when there are no creations in the category" do
+
+    end
+  end
 end