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