OSDN Git Service

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