From 643c6a531d6bf02e0f70f415b2d16e8764b9633f Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Fri, 31 Jan 2014 17:45:37 +0000 Subject: [PATCH] template fix --- features/activate_enterprise.feature | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/features/activate_enterprise.feature b/features/activate_enterprise.feature index 558ffc5..effb3c2 100644 --- a/features/activate_enterprise.feature +++ b/features/activate_enterprise.feature @@ -86,9 +86,9 @@ Feature: activate enterprise Given enterprise template must be replaced after enable And feature "enterprise_activation" is enabled on environment And the following enterprises - | identifier | name | enabled | foundation_year | - | services-provider-2 | Services Provider 2 | false | 2000 | - | active-template | Active Template | false | 2000 | + | identifier | name | enabled | foundation_year | is_template | + | services-provider-2 | Services Provider 2 | false | 2000 | false | + | active-template | Active Template | false | 2000 | true | And "Active Template" is the active enterprise template And "Services Provider 2" doesnt have "Active Template" as template And I go to joaosilva's control panel @@ -108,9 +108,9 @@ Feature: activate enterprise Given enterprise template must not be replaced after enable And feature "enterprise_activation" is enabled on environment And the following enterprises - | identifier | name | enabled | foundation_year | - | services-provider-3 | Services Provider 3 | false | 2000 | - | active-template | Active Template | false | 2000 | + | identifier | name | enabled | foundation_year | is_template | + | services-provider-3 | Services Provider 3 | false | 2000 | false | + | active-template | Active Template | false | 2000 | true | And "Active Template" is the active enterprise template And "Services Provider 3" doesnt have "Active Template" as template When I go to joaosilva's control panel -- libgit2 0.21.2