noosfero | Fix test

Antonio Terceiro gitlab at gitlab.com
Wed Jan 28 09:36:25 BRST 2015


Antonio Terceiro pushed to refs/heads/master at <a href="https://gitlab.com/noosfero/noosfero">Noosfero / noosfero</a>

Commits:
<a href="https://gitlab.com/noosfero/noosfero/commit/8f6d3282b9806f3d333650b996ab94fce8a9d1f4">8f6d3282</a> by Antonio Terceiro
Fix test

This was broken by 600d8e0fa2f3f7528d6b7a0e8980e63a5ed2d9ab which as
recently merged.

- - - - -


Changes:

=====================================
features/step_definitions/activate_enterprise_steps.rb
=====================================
--- 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
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20150128/f585ecd4/attachment.html>


More information about the Noosfero-dev mailing list