OSDN Git Service

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