Commit 08b0c25cb91ae7afef681e6d13fb62d865352044

Authored by Antonio Terceiro
1 parent 5f7d75d5

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 21 instance_eval(& block.content)
22 22 end
23 23  
24   - should 'not be editable' do
25   - assert !ProfileInfoBlock.new.editable?
26   - end
27   -
28 24 end
... ...