class EacRubyUtils::Rspec::SetupManager

def create(app_root_path, rspec_config = nil)

def create(app_root_path, rspec_config = nil)
  if rspec_config
    new(app_root_path, rspec_config)
  else
    ::RSpec.configure { |new_rspec_config| new(app_root_path, new_rspec_config) }
  end
end