From 8f6d3282b9806f3d333650b996ab94fce8a9d1f4 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Wed, 28 Jan 2015 09:33:46 -0200 Subject: [PATCH] Fix test --- features/step_definitions/activate_enterprise_steps.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/step_definitions/activate_enterprise_steps.rb b/features/step_definitions/activate_enterprise_steps.rb index 31b8d20..49aada5 100644 --- a/features/step_definitions/activate_enterprise_steps.rb +++ b/features/step_definitions/activate_enterprise_steps.rb @@ -19,7 +19,7 @@ Given /^"([^\"]*)" is the active enterprise template$/ do |enterprise| template.save! e = Environment.default - e.enterprise_template = template + e.enterprise_default_template = template e.save end -- libgit2 0.21.2