Commit 9617c40f075206d4fc28d8d2c499eea7093c6da7
Exists in
master
and in
27 other branches
Merge remote-tracking branch 'origin/master'
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
features/step_definitions/activate_enterprise_steps.rb
@@ -19,7 +19,7 @@ Given /^"([^\"]*)" is the active enterprise template$/ do |enterprise| | @@ -19,7 +19,7 @@ Given /^"([^\"]*)" is the active enterprise template$/ do |enterprise| | ||
19 | template.save! | 19 | template.save! |
20 | 20 | ||
21 | e = Environment.default | 21 | e = Environment.default |
22 | - e.enterprise_template = template | 22 | + e.enterprise_default_template = template |
23 | e.save | 23 | e.save |
24 | end | 24 | end |
25 | 25 |