lib/fulmar/domain/task/environment.rake in fulmar-1.5.2 vs lib/fulmar/domain/task/environment.rake in fulmar-1.6.0
- old
+ new
@@ -1,9 +1,8 @@
# This helper file provides tasks to set the environment. This is just for convenience
# so that these tasks might be a dependency for other tasks
namespace :environment do
-
full_configuration[:environments].each_key do |env|
# Sets the environment to #{env}
task env do
configuration.environment = env
end