OSDN Git Service

pass test
[pettanr/pettanr.git] / spec / controllers / speech_balloons_controller_spec.rb
index db5a09d..e53dc02 100644 (file)
@@ -2,11 +2,4 @@
 #フキダシ
 require 'spec_helper'
 describe SpeechBalloonsController do
 #フキダシ
 require 'spec_helper'
 describe SpeechBalloonsController do
-  describe "GET index" do
-    it "assigns all speech_baloons as @speech_baloons" do
-      speech_baloon = SpeechBaloon.create! valid_attributes
-      get :index
-      assigns(:speech_baloons).should eq([speech_baloon])
-    end
-  end
 end
 end