From 5470173713fffb220a3a11f3f4e1d0d2c0635f72 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Thu, 25 Oct 2007 22:37:51 +0000 Subject: [PATCH] ActionItem16: adding pending test --- test/unit/organization_test.rb | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) 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