OSDN Git Service

fix panel test
[pettanr/pettanr.git] / spec / controllers / balloons_controller_spec.rb
index 97ff672..a3899d1 100644 (file)
@@ -3,11 +3,4 @@
 require 'spec_helper'
 
 describe BalloonsController do
-  describe "GET index" do
-    it "assigns all baloons as @baloons" do
-      baloon = Baloon.create! valid_attributes
-      get :index
-      assigns(:baloons).should eq([baloon])
-    end
-  end
 end