You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The features/encrypts.feature acceptance test is failing on the current master with puppet 3.7.5.
[master] ~/github/hiera-eyaml $ git show-ref HEAD
54b62eff28d72cb8670df226e2a16b7562aa16fc refs/remotes/origin/HEAD
[master] ~/github/hiera-eyaml $ ruby --version
ruby 2.1.5p273 (2014-11-13 revision 48405) [x86_64-linux]
[master] ~/github/hiera-eyaml $ git diff
diff --git a/Gemfile b/Gemfile
index 90251e3..2c3886f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,7 +8,7 @@ group :development do
gem "cucumber", '~> 1.1'
gem "rspec-expectations", '~> 3.1.0'
gem "hiera-eyaml-plaintext"
- gem "puppet"
+ gem "puppet", '~> 3.7'
end
group :test do
[master] ~/github/hiera-eyaml $ bundle show puppet
/home/jhoblitt/github/hiera-eyaml/.bundle/gems/puppet-3.7.5
[master] ~/github/hiera-eyaml $ bundle show hiera
/home/jhoblitt/github/hiera-eyaml/.bundle/gems/hiera-1.3.4
[master] ~/github/hiera-eyaml $ bundle show cucumber
/home/jhoblitt/github/hiera-eyaml/.bundle/gems/cucumber-1.3.19
[master] ~/github/hiera-eyaml $ find . -name supply_password.sh
./tmp/aruba/supply_password.sh
./features/sandbox/supply_password.sh
Scenario: encrypt a password # features/encrypts.feature:23
When I run `./supply_password.sh eyaml encrypt -o string -p` # .bundle/gems/aruba-0.6.2/lib/aruba/cucumber.rb:93
No such file or directory - ./supply_password.sh (Aruba::LaunchError)
features/encrypts.feature:24:in `When I run `./supply_password.sh eyaml encrypt -o string -p`'
Then the file "password.output" should match /ENC\[PKCS7,(.*?)\]/ # .bundle/gems/aruba-0.6.2/lib/aruba/cucumber.rb:351
The text was updated successfully, but these errors were encountered:
The
features/encrypts.feature
acceptance test is failing on the current master with puppet 3.7.5.The text was updated successfully, but these errors were encountered: