spec/unit/ridley/bootstrapper_spec.rb in ridley-0.10.2 vs spec/unit/ridley/bootstrapper_spec.rb in ridley-0.11.0.rc1

- old
+ new

@@ -12,10 +12,10 @@ ssh_user: "vagrant", ssh_password: "vagrant", server_url: "https://api.opscode.com/organizations/vialstudios", validator_client: "vialstudios-validator", validator_path: fixtures_path.join("reset.pem").to_s, - encrypted_data_bag_secret_path: fixtures_path.join("reset.pem").to_s + encrypted_data_bag_secret: File.read(fixtures_path.join("reset.pem")) } end before(:each) { Ridley::HostConnector.stub(:best_connector_for).and_return(Ridley::HostConnector::SSH) }