Commit 08b0c25cb91ae7afef681e6d13fb62d865352044
1 parent
5f7d75d5
Exists in
master
and in
27 other branches
ProfileInfoBlockTest: remove useless test
Showing
1 changed file
with
0 additions
and
4 deletions
Show diff stats
test/unit/profile_info_block_test.rb
@@ -21,8 +21,4 @@ class ProfileInfoBlockTest < ActiveSupport::TestCase | @@ -21,8 +21,4 @@ class ProfileInfoBlockTest < ActiveSupport::TestCase | ||
21 | instance_eval(& block.content) | 21 | instance_eval(& block.content) |
22 | end | 22 | end |
23 | 23 | ||
24 | - should 'not be editable' do | ||
25 | - assert !ProfileInfoBlock.new.editable? | ||
26 | - end | ||
27 | - | ||
28 | end | 24 | end |