OSDN Git Service

try autotest
[pettanr/pettanr.git] / spec / views / licenses / show.html.erb_spec.rb
diff --git a/spec/views/licenses/show.html.erb_spec.rb b/spec/views/licenses/show.html.erb_spec.rb
deleted file mode 100644 (file)
index 58bded3..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-require 'spec_helper'
-
-describe "licenses/show.html.erb" do
-  before(:each) do
-    @license = assign(:license, stub_model(License))
-  end
-
-  it "renders attributes in <p>" do
-    render
-  end
-end