X-Git-Url: http://git.osdn.net/view?p=pettanr%2Fpettanr.git;a=blobdiff_plain;f=spec%2Fcontrollers%2Fspeech_balloons_controller_spec.rb;h=e53dc025aee26ae0623646ff5e9dffbdb29f4ce7;hp=db5a09d6e00530c9b7d86f376406d0df663a9f81;hb=refs%2Fheads%2Fv03_test;hpb=d70238912c25c4102d986b39240e1d6e3502db5c diff --git a/spec/controllers/speech_balloons_controller_spec.rb b/spec/controllers/speech_balloons_controller_spec.rb index db5a09d6..e53dc025 100644 --- a/spec/controllers/speech_balloons_controller_spec.rb +++ b/spec/controllers/speech_balloons_controller_spec.rb @@ -2,11 +2,4 @@ #フキダシ 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