From 08b0c25cb91ae7afef681e6d13fb62d865352044 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 18 Sep 2014 15:42:39 -0300 Subject: [PATCH] ProfileInfoBlockTest: remove useless test --- test/unit/profile_info_block_test.rb | 4 ---- 1 file changed, 0 insertions(+), 4 deletions(-) diff --git a/test/unit/profile_info_block_test.rb b/test/unit/profile_info_block_test.rb index 18b0de6..3424c62 100644 --- a/test/unit/profile_info_block_test.rb +++ b/test/unit/profile_info_block_test.rb @@ -21,8 +21,4 @@ class ProfileInfoBlockTest < ActiveSupport::TestCase instance_eval(& block.content) end - should 'not be editable' do - assert !ProfileInfoBlock.new.editable? - end - end -- libgit2 0.21.2