diff --git a/test/unit/profile_test.rb b/test/unit/profile_test.rb index a3768cf..c4c7994 100644 --- a/test/unit/profile_test.rb +++ b/test/unit/profile_test.rb @@ -100,4 +100,8 @@ class ProfileTest < Test::Unit::TestCase assert !Comatose::Page.find_by_path('to_be_removed') end + def test_should_define_info + assert_nil Profile.new.info + end + end -- libgit2 0.21.2