diff --git a/test/unit/organization_test.rb b/test/unit/organization_test.rb index 2bb2896..acf897f 100644 --- a/test/unit/organization_test.rb +++ b/test/unit/organization_test.rb @@ -60,4 +60,8 @@ class OrganizationTest < Test::Unit::TestCase assert_equal 'test@example.com', org.contact_email end + should 'list pending enterprise validations' do + flunk 'not yet' + end + end -- libgit2 0.21.2