OSDN Git Service

t#31486:add t and caption on ground
[pettanr/pettanr.git] / spec / models / balloon_spec.rb
index 96f3be2..056f304 100644 (file)
@@ -169,15 +169,6 @@ describe Balloon do
       @balloon = FactoryGirl.build :balloon, :speech_balloon_id => @sb.id, :system_picture_id => @sp.id\r
     end\r
     \r
-    context 'captionを検証するとき' do\r
-      it 'Shift JISなら失敗する' do\r
-        @balloon.caption = "\x83G\x83r\x83]\x83D"\r
-        lambda{\r
-          @balloon.valid_encode\r
-        }.should raise_error(Pettanr::BadRequest)\r
-      end\r
-    end\r
-    \r
     context 'settingsを検証するとき' do\r
       it 'Shift JISなら失敗する' do\r
         @balloon.settings = "\x83G\x83r\x83]\x83D"\r