OSDN Git Service

add test
[pettanr/pettanr.git] / spec / views / pictures / index.html.erb_spec.rb
diff --git a/spec/views/pictures/index.html.erb_spec.rb b/spec/views/pictures/index.html.erb_spec.rb
deleted file mode 100644 (file)
index 06f977b..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-require 'spec_helper'
-
-describe "pictures/index.html.erb" do
-  before(:each) do
-    assign(:pictures, [
-      stub_model(Picture),
-      stub_model(Picture)
-    ])
-  end
-
-  it "renders a list of pictures" do
-    render
-  end
-end