Commit 2ee3ddc7fda5090aada2bd7038ec8935108081e2

Authored by Joenio Costa
2 parents 8b923e2a 55ac1172

Merge branch 'stable'

lib/noosfero.rb
1 1 module Noosfero
2 2 PROJECT = 'noosfero'
3   - VERSION = '0.25.1'
  3 + VERSION = '0.25.2'
4 4  
5 5 def self.pattern_for_controllers_in_directory(dir)
6 6 disjunction = controllers_in_directory(dir).join('|')
... ...
test/fixtures/environments.yml
... ... @@ -4,6 +4,7 @@ colivre_net:
4 4 name: 'Colivre.net'
5 5 contact_email: 'colivre@localhost.localdomain'
6 6 is_default: true
  7 + theme: 'default'
7 8 anhetegua_net:
8 9 id: 2
9 10 name: 'Anheteguá'
... ...