OSDN Git Service

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