spec/lib/packaging/config_spec.rb in packaging-0.99.30 vs spec/lib/packaging/config_spec.rb in packaging-0.99.31
- old
+ new
@@ -2,11 +2,12 @@
require 'spec_helper'
require 'yaml'
describe "Pkg::Config" do
- Build_Params = [:apt_host,
+ Build_Params = [:apt_archive_path,
+ :apt_host,
:apt_releases,
:apt_repo_path,
:apt_repo_url,
:apt_repo_name,
:apt_repo_command,
@@ -32,13 +33,15 @@
:debug,
:default_cow,
:default_mock,
:description,
:dmg_path,
+ :downloads_archive_path,
:email,
:files,
:final_mocks,
+ :freight_archive_path,
:freight_conf,
:gem_default_executables,
:gem_dependencies,
:gem_description,
:gem_devel_dependencies,
@@ -126,9 +129,10 @@
:templates,
:update_version_file,
:version,
:version_file,
:version_strategy,
+ :yum_archive_path,
:yum_host,
:yum_repo_path,
:yum_repo_name,
:yum_repo_command,
]