lib/lopata/config.rb in lopata-0.0.15 vs lib/lopata/config.rb in lopata-0.0.16

- old
+ new

@@ -1,10 +1,10 @@ module Lopata module Config extend self attr_accessor :build_number, :lopata_host, :lopata_code, :only_roles, :role_descriptions, :after_as, - :default_role, :ops + :default_role, :ops, :after_scenario def init(env) require 'yaml' @config = YAML::load(File.open("./config/environments/#{env}.yml")) || {} init_db \ No newline at end of file