template/maestrano.rb in maestrano-connector-rails-2.0.0 vs template/maestrano.rb in maestrano-connector-rails-2.0.1

- old
+ new

@@ -1,2 +1,2 @@ Maestrano.auto_configure unless Rails.env.test? -Maestrano.configure { |config| config.environment = 'test' } if Rails.env.test? +Maestrano.configure { |config| config.environment = 'production' } if Rails.env.test?