Closed alex-harvey-z3q closed 8 years ago
I just released 2.3.2 to address this issue
@DavidS still seeing this one on rspec-puppet 2.3.2 / Puppet 4.3.2.
For what it's worth I can't reproduce any more using the steps above on my platform using rspec-puppet 2.3.2 / Puppet 4.3.2.
@DavidS I can confirm that the problem persist with rspec-puppet 2.4.0 on https://github.com/camptocamp/puppet-augeas
Fwiw I can't reproduce on that module on my platform:
$ bundle show
Gems included by the bundle:
* CFPropertyList (2.2.8)
* addressable (2.4.0)
* aws-sdk (1.66.0)
* aws-sdk-v1 (1.66.0)
* beaker (2.42.0)
* beaker-answers (0.5.0)
* beaker-hiera (0.1.1)
* beaker-pe (0.3.0)
* beaker-rspec (5.3.0)
* beaker_spec_helper (0.1.0)
* builder (3.2.2)
* bundler (1.10.5)
* diff-lcs (1.2.5)
* docker-api (1.28.0)
* domain_name (0.5.20160310)
* excon (0.49.0)
* facter (2.4.6)
* facterdb (0.3.5)
* faraday (0.9.2)
* fission (0.5.0)
* fog (1.34.0)
* fog-atmos (0.1.0)
* fog-aws (0.9.2)
* fog-brightbox (0.10.1)
* fog-core (1.40.0)
* fog-dynect (0.0.3)
* fog-ecloud (0.3.0)
* fog-google (0.0.9)
* fog-json (1.0.2)
* fog-local (0.3.0)
* fog-powerdns (0.1.1)
* fog-profitbricks (0.0.5)
* fog-radosgw (0.0.5)
* fog-riakcs (0.1.0)
* fog-sakuracloud (1.7.5)
* fog-serverlove (0.1.2)
* fog-softlayer (1.1.1)
* fog-storm_on_demand (0.1.1)
* fog-terremark (0.1.0)
* fog-vmfusion (0.1.0)
* fog-voxel (0.1.0)
* fog-xml (0.1.2)
* formatador (0.2.5)
* google-api-client (0.9.4)
* googleauth (0.5.1)
* hiera (3.2.0)
* hocon (0.9.5)
* http-cookie (1.0.2)
* httpclient (2.8.0)
* hurley (0.2)
* inflecto (0.0.2)
* inifile (2.0.2)
* ipaddress (0.8.3)
* jgrep (1.4.1)
* json (1.8.3)
* json_pure (1.8.3)
* jwt (1.5.4)
* little-plugger (1.1.4)
* logging (2.1.0)
* mcollective-client (2.8.4)
* memoist (0.14.0)
* metaclass (0.0.4)
* metadata-json-lint (0.0.11)
* mime-types (2.99.2)
* mini_portile2 (2.0.0)
* minitest (5.9.0)
* mocha (1.1.0)
* multi_json (1.12.1)
* multipart-post (2.0.0)
* net-scp (1.2.1)
* net-ssh (2.9.4)
* net-telnet (0.1.1)
* netrc (0.11.0)
* nokogiri (1.6.7.2)
* open_uri_redirections (0.2.1)
* os (0.9.6)
* puppet (4.5.0)
* puppet-blacksmith (3.3.1)
* puppet-lint (1.1.0)
* puppet-lint-absolute_classname-check (0.1.3)
* puppet-lint-alias-check (0.1.0)
* puppet-lint-empty_string-check (0.2.1)
* puppet-lint-file_ensure-check (0.2.1)
* puppet-lint-file_source_rights-check (0.1.0)
* puppet-lint-leading_zero-check (0.1.0)
* puppet-lint-spaceship_operator_without_tag-check (0.1.0)
* puppet-lint-trailing_comma-check (0.3.1)
* puppet-lint-undef_in_function-check (0.1.0)
* puppet-lint-unquoted_string-check (0.2.5)
* puppet-lint-variable_contains_upcase (1.0.0)
* puppet-lint-version_comparison-check (0.1.2)
* puppet-syntax (2.1.0)
* puppetlabs_spec_helper (1.1.1)
* rake (11.1.2)
* rbvmomi (1.8.2)
* representable (2.3.0)
* require_all (1.3.3)
* rest-client (1.8.0)
* retriable (2.1.0)
* rspec (3.4.0)
* rspec-core (3.4.4)
* rspec-expectations (3.4.0)
* rspec-its (1.2.0)
* rspec-mocks (3.4.1)
* rspec-puppet (2.4.0)
* rspec-puppet-facts (1.6.1)
* rspec-support (3.4.1)
* rsync (1.0.9)
* ruby-augeas (0.5.0)
* serverspec (2.36.0)
* sfl (2.2)
* signet (0.7.2)
* spdx-licenses (1.1.0)
* specinfra (2.57.5)
* stomp (1.3.5)
* stringify-hash (0.0.2)
* systemu (2.6.5)
* thor (0.19.1)
* trollop (2.1.2)
* uber (0.0.15)
* unf (0.1.4)
* unf_ext (0.0.7.2)
$ ruby -v
ruby 2.0.0p481 (2014-05-08 revision 45883) [universal.x86_64-darwin14]
Can confirm with 2.4.0 on customer internal environment. Rspec goes fine with 2.4.0 on my laptop but fails in customer build tooling with Symbol error. Sry can not disclose details
Worked around by pinning rspec-puppet to 2.3.0
gem 'rspec-puppet', '<= 2.3.0'
To reproduce:
Platform is Mac OS X Yosemite.