Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Test Kitchen

Testing For Infrastructure as Code
Collective - Host: opensource - https://opencollective.com/test-kitchen - Website: https://kitchen.ci - Code: https://github.com/test-kitchen

Merge (rebased) pull request #128 from tknerr/lxc-provider-support

github.com/test-kitchen/kitchen-vagrant - 3df523d09702c09900ae62dbeb84913a4823d146 authored over 9 years ago by Fletcher Nichol <[email protected]>
Add support for vagrant-lxc provider customizations.

github.com/test-kitchen/kitchen-vagrant - 1a43f542b1502520c8c3ed93de7827490a144bba authored over 9 years ago by Torben Knerr <[email protected]>
Large overhaul to the README.

github.com/test-kitchen/kitchen-vagrant - e59854479a180288df6a202440878085d2456b94 authored over 9 years ago by Fletcher Nichol <[email protected]>
Merge pull request #151 from test-kitchen/box-and-box-url-defaults-only-for-bento

Only set custom `:box` & `:box_url` values for known Bento boxes.

github.com/test-kitchen/kitchen-vagrant - c3987b7b612e11b61c4769bfbd91e3de886d4a26 authored over 9 years ago by Fletcher Nichol <[email protected]>
Only set custom `:box` & `:box_url` values for known Bento boxes.

The default values for the `:box` and `:box_url` attributes were always
implicitly based on the ...

github.com/test-kitchen/kitchen-vagrant - a2ef401fb5a644c96165ce836ff3e6379637a37f authored over 9 years ago by Fletcher Nichol <[email protected]>
open zip file in binary mode to avoid injection of carriage returns on windows hosts

github.com/test-kitchen/test-kitchen - eef4d4b8cd86030d4d97fc57c67bbcf69f2cf23c authored over 9 years ago by Matt Wrock <[email protected]>
open zip file in binary mode to avoid injection of carriage returns on windows hosts

github.com/test-kitchen/winrm-transport - 1cc5d9255dfe8cbf1f7640b23b08f618fee39029 authored over 9 years ago by Matt Wrock <[email protected]>
Update PowerShell code to support vanilla Windows Server 2008r2.

There were 2 issues found when running Windows Server 2008r2 instances:

* The `Dispose()` metho...

github.com/test-kitchen/test-kitchen - 9a9b3637c67f00b1a1c7404e72df6362a37b1e78 authored over 9 years ago by Fletcher Nichol <[email protected]>
Update PowerShell code to support vanilla Windows Server 2008r2.

There were 2 issues found when running Windows Server 2008r2 instances:

* The `Dispose()` metho...

github.com/test-kitchen/winrm-transport - de6458218424328ed87202085008fb51be57e105 authored over 9 years ago by Fletcher Nichol <[email protected]>
Up version for development.

github.com/test-kitchen/busser - b710166855f20f97f2d6efae1ab8e2e50e70fabf authored over 9 years ago by Fletcher Nichol <[email protected]>
Release 0.7.0, now with more bourne & batch scripting!

github.com/test-kitchen/busser - 01952ff4278b6fcbb36517197f34387416c9a881 authored over 9 years ago by Fletcher Nichol <[email protected]>
[Busser] Prefix explicit path to ruby.exe in install_command.

This would make all calls to `gem` work like the following for
PowerShell:

& \path\to\bin\r...

github.com/test-kitchen/test-kitchen - f7d693fde53f2859825e30a4e0df9990964c86da authored over 9 years ago by Fletcher Nichol <[email protected]>
[ChefSolo,ChefZero] Reload PATH on Windows for older Omnibus packages.

This is to deal with older Omnibus packages, only on Windows. The batch
file wrappers for `chef-...

github.com/test-kitchen/test-kitchen - 6443145951340887e0ccd4952654b42e46022d8e authored over 9 years ago by Fletcher Nichol <[email protected]>
Release 0.7.0.rc.1, now with more bourne & batch scripting!

github.com/test-kitchen/busser - e462e04ff21c8127f6a01e1d17e5073c963c4c6e authored over 9 years ago by Fletcher Nichol <[email protected]>
Merge pull request #20 from test-kitchen/command-handling

Better detection of failed forked subprocess in #run_ruby_script! & #run!.

github.com/test-kitchen/busser - cd0ff6f245d1f7d29dc02f1f34ee68bfeaebcda9 authored over 9 years ago by Tyler Ball <[email protected]>
Better detection of failed forked subprocess in #run_ruby_script! & #run!

In the particular reproducible failure, the system had a small amount of
RAM with no swap enable...

github.com/test-kitchen/busser - d2311dc8ee14e6c902cf775c2a3995f9727a68c4 authored over 9 years ago by Fletcher Nichol <[email protected]>
Merge branch 'master' into windows-guest-support

Conflicts:
.gitignore
lib/kitchen/provisioner/chef_base.rb

github.com/test-kitchen/winrm-transport - 66579bc694f5503fbbc87d8e28f5558976d7eaec authored over 9 years ago by Fletcher Nichol <[email protected]>
Merge branch 'master' into windows-guest-support

Conflicts:
.gitignore
lib/kitchen/provisioner/chef_base.rb

github.com/test-kitchen/test-kitchen - e32e8029fb6de0d7d274189473040f0f8b228ce4 authored over 9 years ago by Fletcher Nichol <[email protected]>
Fix spec failures under Ruby 1.9.3 with String#lines differences.

github.com/test-kitchen/test-kitchen - c34c2937f2049812a9e34fd06ce5fdb4240820bb authored over 9 years ago by Fletcher Nichol <[email protected]>
Fix failing feature which relied on removed shell variable.

github.com/test-kitchen/busser - bd6bcafef19349aa8af803730b858d3e3b017825 authored over 9 years ago by Fletcher Nichol <[email protected]>
Add explicit http_proxy/https_proxy options for Provisioner & Verifier.

This will make `kitchen diagnose` output clearer as to what is tuneable.

github.com/test-kitchen/test-kitchen - 36cc2927a67d68a19f0dd9e42180754ba2bf87ed authored over 9 years ago by Fletcher Nichol <[email protected]>
Support copying http proxy attrs from driver to provisioner/verifer.

Formerly, `:http_proxy` and `:https_proxy` configuration was set in
driver blocks for use by Dri...

github.com/test-kitchen/test-kitchen - 34f297d62a8becf872f08d05dc67cb34666e340b authored over 9 years ago by Fletcher Nichol <[email protected]>
Add Verifier column to `kitchen list` output.

Now `kitchen list` has all 4 plugin types represented:

* Driver
* Provisioner
* Verifier
* Tran...

github.com/test-kitchen/test-kitchen - 8fde2e880931251bc9ed99fbc6ab8159380847af authored over 9 years ago by Fletcher Nichol <[email protected]>
Remove code that is no longer in use.

All shell-related code has been redistributed throughout the codebase,
primarily in Provisioner ...

github.com/test-kitchen/winrm-transport - 2ef994174fc9fde7b12bcfc3f40126ed4dfc3364 authored over 9 years ago by Fletcher Nichol <[email protected]>
Remove code that is no longer in use.

All shell-related code has been redistributed throughout the codebase,
primarily in Provisioner ...

github.com/test-kitchen/test-kitchen - 7a7e64ed793ed3d3dd8b79b11cfa45c301c83ed2 authored over 9 years ago by Fletcher Nichol <[email protected]>
Add optional `--type bat` flag to `busser setup`.

This will create a .bat file binstub wrapper suitable for Windows
operating systems.

github.com/test-kitchen/busser - 3d31a1bd026f22bc9f12ad562fa37b89984c17a1 authored over 9 years ago by Fletcher Nichol <[email protected]>
Add PowerShell/Windows support to Busser Verifier.

github.com/test-kitchen/test-kitchen - 4cd2f024c4c3609a4ae02391c5ac3f2ca5d646f8 authored over 9 years ago by Fletcher Nichol <[email protected]>
Simplify busser binstub for more conservative bourne shell support.

github.com/test-kitchen/busser - ca17639694d275e17fc8f08b555e2522a82768dd authored over 9 years ago by Fletcher Nichol <[email protected]>
Update TravisCI test matrix.

github.com/test-kitchen/busser - fd0d3e447a845cfd2142ec4091fab085850d8cf4 authored over 9 years ago by Fletcher Nichol <[email protected]>
Fix failing cucumber feature helpers.

github.com/test-kitchen/busser - 2b03b0c23fad170afa1955ff6bd8c652c32a71f5 authored over 9 years ago by Fletcher Nichol <[email protected]>
Extract some common shell-related methods into Configurable.

The following methods have landed in `Configurable`, which was extracted
from `Provisioner::Chef...

github.com/test-kitchen/test-kitchen - e8245c42319119c1f6f7ea55fd74b91c796baa02 authored over 9 years ago by Fletcher Nichol <[email protected]>
[Potentially Breaking] Verifiers responsible for verify action.

Potentially Breaking Notes
==========================

This is a potentially breaking change to ...

github.com/test-kitchen/test-kitchen - d62f577003c1920259eb627cc4479c0b21e0c374 authored over 9 years ago by Fletcher Nichol <[email protected]>
New plugin type: Verifier with Busser being the first implementation.

Verifiers are a type of plugin like Drivers, Provisioners, and
Transports. They recieve configur...

github.com/test-kitchen/test-kitchen - 58c8a4e335e3fc13d61345a88fcfcc9b6dcba68b authored over 9 years ago by Fletcher Nichol <[email protected]>
Mix Configurable into Busser to use default_config.

Now Busser uses the same intialization as Drivers, Provisioners, and
Transports (using `#finaliz...

github.com/test-kitchen/test-kitchen - bbc177a22e0987cd5e2831a5ccd116cd9b72b84c authored over 9 years ago by Fletcher Nichol <[email protected]>
Add PowerShell/Windows support to ChefZero Provisioner.

HTTP Proxy
==========

This commit also added more complete strategy for HTTP proxy variable
set...

github.com/test-kitchen/test-kitchen - a7788780745e4abf4559d708a0009343b380ee0d authored over 9 years ago by Fletcher Nichol <[email protected]>
Refactor ChefBase & ChefSolo to boil out common required code.

github.com/test-kitchen/test-kitchen - 55db014c2f6394eb6320a7a4bd1cda09fc555ccc authored over 9 years ago by Fletcher Nichol <[email protected]>
Finally fixing the bug where VM destruction wasn't working.

github.com/test-kitchen/kitchen-cloudstack - a8fe76d0bd185bf7b22d3d59d8c40748a7e83565 authored over 9 years ago by Jeff Moody <[email protected]>
[Transport::Ssh] Add an explicit ping command in #wait_until_ready.

This makes the ssh transport code much more similar to winrm's code.

github.com/test-kitchen/test-kitchen - cc9d3d5f4d4f35ce3ebf82b0fe92c6d398ebc7d9 authored over 9 years ago by Fletcher Nichol <[email protected]>
[Transport::Winrm] Refactor #wait_until_ready to invoke #execute.

github.com/test-kitchen/test-kitchen - b8b69b8c9342cdcc647b6e600c7a6bbcec69d333 authored over 9 years ago by Fletcher Nichol <[email protected]>
[Transport::Winrm] #execute now only raises when exit code is != 0.

Before this commit, #execute would be considered a failure if the
command had an exit code of 0 ...

github.com/test-kitchen/test-kitchen - 1018ab14e56d75d2937e5c0ab9618c6d53238312 authored over 9 years ago by Fletcher Nichol <[email protected]>
Merge pull request #633 from test-kitchen/tball/bad-default

Fixing bad default setting - if ENV is not set we are accidently setting log_level to nil for wh...

github.com/test-kitchen/test-kitchen - 2fba692c7b4efddbcd61f402bd51d9ea3162fdc1 authored over 9 years ago by Fletcher Nichol <[email protected]>
Adding coverage for lov_overwrite env variables

github.com/test-kitchen/test-kitchen - 8f909907454bd62c21d52f0bd87b1b3caf99d993 authored over 9 years ago by tyler-ball <[email protected]>
Add PowerShell/Windows support to ChefSolo Provisioner.

There is also some refactoring of the Bourne shell related code to
ensure a consistency of appro...

github.com/test-kitchen/test-kitchen - 5e3e8baf50944d8646986193d9670e0ae9bf38c4 authored over 9 years ago by Fletcher Nichol <[email protected]>
updating CHANGELOG and bumping metadata

github.com/test-kitchen/kitchen-joyent - 06f958b247a1651a4ba38a63cd9c1a7f76e0c19d authored over 9 years ago by Sean OMeara <[email protected]>
Merge pull request #6 from hulu1522/patch-1

Wrong use of 'gsub'

github.com/test-kitchen/kitchen-joyent - cba67b6697b4272c5775bc42b94a507fb928313b authored over 9 years ago by Sean OMeara <[email protected]>
Wrong use of 'gsub'

github.com/test-kitchen/kitchen-joyent - 57add9a1e60325bd4ae218b97719d243b274fcb8 authored over 9 years ago by Jared Everett <[email protected]>
Ensure a non-frozen String is passed to `Gem::Version.new`.

github.com/test-kitchen/kitchen-vagrant - 951072d6367057c257e987a7c7e6f5f7de1999eb authored over 9 years ago by Fletcher Nichol <[email protected]>
Add missing method #metadata_project_from_options in chef_base.

github.com/test-kitchen/test-kitchen - 06fd35ee6a42ea76d56d14248c33641ebedc8251 authored over 9 years ago by Fletcher Nichol <[email protected]>
Add :chef_metadata_url to Chef Provisioners for Windows installs.

This configration attribute is only used for Windows-based platforms and
computes a suitable def...

github.com/test-kitchen/test-kitchen - feef1a2f7e83b949d4e262b112f5ca178da1edb7 authored over 9 years ago by Fletcher Nichol <[email protected]>
Push more bourne Chef install code to support/.

The `should_update_chef` conditional was moved into
support/chef_helpers.sh and updated to use b...

github.com/test-kitchen/test-kitchen - b402226e601935cf652aeb1ea038fb0e0c72805c authored over 9 years ago by Fletcher Nichol <[email protected]>
Fix commenting in Provisioner::Chef::CommonSandbox.

github.com/test-kitchen/test-kitchen - 9cfc5c708153079cb8665cd9b40cceb375301ef4 authored over 9 years ago by Fletcher Nichol <[email protected]>
Extract common Chef-related sandbox code to Chef::CommonSandbox.

For the moment, the specs remain in chef_base_spec.rb and continue to
exercise this internal class.

github.com/test-kitchen/test-kitchen - e22a25b4f7089036ab97e0c06b6ce72453c5dfc7 authored over 9 years ago by Fletcher Nichol <[email protected]>
Add Powershell support to Shell Provisioner.

For platforms that are hinted as Windows/PowerShell, this Provisioner
uses a `bootstrap.ps1` scr...

github.com/test-kitchen/test-kitchen - 928748658e8ab0c4496daaa21f3ec0c9f431d49d authored over 9 years ago by Fletcher Nichol <[email protected]>
Update :gui documentation in README.md.

github.com/test-kitchen/kitchen-vagrant - 1e910000456793406dc60377b66bb3c7933f5632 authored over 9 years ago by Fletcher Nichol <[email protected]>
Revert "Revert "Update README.md""

This reverts commit aa3ff9b197be3af2c3be8eac53529b98b058d389 which adds
gui support documentatio...

github.com/test-kitchen/kitchen-vagrant - 7e1f129ab9a139de542c53c7fb728599f5e56472 authored over 9 years ago by Fletcher Nichol <[email protected]>
Add :gui config attr for gui mode with virtualbox & vmware_*.

The default value is `nil` which will not explicitly set a value in the
resulting Vagrantfile. A...

github.com/test-kitchen/kitchen-vagrant - 3c12ea0b9df15cd277379611354ae7f53976e9be authored over 9 years ago by Fletcher Nichol <[email protected]>
[Potentially Breaking] Transports responsible for login action.

Potentially Breaking Notes
==========================

This is potentially breaking to Driver au...

github.com/test-kitchen/test-kitchen - ae360a11d8c18ff5d1086ee19b099db1d0422024 authored over 9 years ago by Fletcher Nichol <[email protected]>
Fixing bad default setting - if ENV is not set we are accidently setting log_level to nil for whole run

github.com/test-kitchen/test-kitchen - cf8a3585633388f01b08ac545f39e5313f287554 authored over 9 years ago by tyler-ball <[email protected]>
Add missing `require "erb"` as it is directly used in the class.

github.com/test-kitchen/kitchen-vagrant - a44c81f1384c81ba1c6971fd513e4c5520998254 authored over 9 years ago by Fletcher Nichol <[email protected]>
Refactorings of private methods and add full doc comment coverage.

github.com/test-kitchen/kitchen-vagrant - 062c802b3d07267a551a397c04d3c1707f73afa0 authored over 9 years ago by Fletcher Nichol <[email protected]>
Call super in #verify_dependencies.

This allows for any future features or implementation in superclasses to
be invoked.

github.com/test-kitchen/kitchen-vagrant - 0a892d76dc8c9928f683d70bbe34b68979f36f73 authored over 9 years ago by Fletcher Nichol <[email protected]>
Refactor rename #update_ssh_state to #update_state.

github.com/test-kitchen/kitchen-vagrant - f4b87d1d679636a432eaf972af6e88b6290430a3 authored over 9 years ago by Fletcher Nichol <[email protected]>
Extract `vagrant up` logic to a method.

github.com/test-kitchen/kitchen-vagrant - fa6dcce9de64c95f1fee964ee49604a812218aec authored over 9 years ago by Fletcher Nichol <[email protected]>
Move common #load_needed_dependencies! method into Configurable.

Now all Drivers, Provisioners, and Transports can load Ruby library code
in the main thread of e...

github.com/test-kitchen/test-kitchen - cd5d7845edcc9710b26ba6d16f1f54a11015253a authored over 9 years ago by Fletcher Nichol <[email protected]>
Move common #logger method into Configurable.

Now all plugin types have the exact same implementation--just not
duplicated.

github.com/test-kitchen/test-kitchen - aa7f554917809c5b73317ccc82143b43c9f3fa47 authored over 9 years ago by Fletcher Nichol <[email protected]>
Move common(ish) #verify_dependencies method into Configurable.

The only plugin type that did not previously have #verify_dependencies
support was Provisioners....

github.com/test-kitchen/test-kitchen - 15276752d77c023171e584432706e7d23ad4a664 authored over 9 years ago by Fletcher Nichol <[email protected]>
Move common #name method into Configurable.

A plugin types use this method and were implemented the same way.

github.com/test-kitchen/test-kitchen - 977948358bf1311df39e0fa24e706ff1fd74f5f0 authored over 9 years ago by Fletcher Nichol <[email protected]>
Remove #run_command & #busser methods from Driver::Base.

A much smaller minority of Drivers use local shell outs and incluing the
`Kitchen::ShellOut` mix...

github.com/test-kitchen/test-kitchen - 491ab6e76cb51ba821100fc8b97d958dc40c7c82 authored over 9 years ago by Fletcher Nichol <[email protected]>
bumping metadata and updating CHANGELOG

github.com/test-kitchen/kitchen-joyent - 7cfc20814f185ea0d661976d84a1481b090dfdb2 authored over 9 years ago by Sean OMeara <[email protected]>
A more accurate update of README.md badges.

github.com/test-kitchen/kitchen-vagrant - 0fdd2b07ddd349ec760c40bbd86093d405cac292 authored over 9 years ago by Fletcher Nichol <[email protected]>
Update README.md badges.

github.com/test-kitchen/kitchen-vagrant - 46e6f3d4a16fdf9ee2eb6aed98bd131535b62a69 authored over 9 years ago by Fletcher Nichol <[email protected]>
Merge pull request #148 from test-kitchen/spec-coverage

Add full spec coverge to codebase.

github.com/test-kitchen/kitchen-vagrant - 46faf195d0a0ae0474f024303d1d0745fbf16b48 authored over 9 years ago by Fletcher Nichol <[email protected]>
Add full spec coverge to codebase.

Not a small nor simple task. The insane complexity is buried in the
combinatorics of configurati...

github.com/test-kitchen/kitchen-vagrant - 596cbd6d6e37356c2b8e4738f29f7cfc4df61769 authored over 9 years ago by Fletcher Nichol <[email protected]>
Merge pull request #5 from hulu1522/patch-1

Invalid characters dropped for joyent_image_name

github.com/test-kitchen/kitchen-joyent - 669d9018e99927494e0b099bedbfa3140ee84aff authored over 9 years ago by Sean OMeara <[email protected]>
Support an Array of String paths for Configurable.expand_path_for.

github.com/test-kitchen/test-kitchen - c676ed186d9080842d7f421916db6712d37f42c3 authored over 9 years ago by Fletcher Nichol <[email protected]>
joyent_image_name valid characters

github.com/test-kitchen/kitchen-joyent - d7b7dafbcde5efb3f06d650b89109cd02ec9d90b authored over 9 years ago by Jared Everett <[email protected]>
Drop invalid characters for joyent_image_name

github.com/test-kitchen/kitchen-joyent - 456c786e8cfed1439d34be67d478e10dbe0b35ea authored over 9 years ago by Jared Everett <[email protected]>
[Potentially Breaking] Provisioners responsible for converge action.

Potentially Breaking Notes
==========================

This is potentially breaking to Driver au...

github.com/test-kitchen/test-kitchen - 3196675e519a2fb97af4bcac80ef11f5e37f2537 authored over 9 years ago by Fletcher Nichol <[email protected]>
Merge pull request #4 from hulu1522/patch-1

Allow Joyent API version to be specified

github.com/test-kitchen/kitchen-joyent - 4595db4054bf2888078418c32dc3db54259956a0 authored over 9 years ago by Sean OMeara <[email protected]>
Updated "Optional Attributes" Section

github.com/test-kitchen/kitchen-joyent - 6896743ef22cf1bbe5bb2415b3ee03a55fd97a33 authored over 9 years ago by Jared Everett <[email protected]>
Allow joyent_version attribute

github.com/test-kitchen/kitchen-joyent - 393c9267d54ea31004ba0f4873665b48d33bbc1d authored over 9 years ago by Jared Everett <[email protected]>
Document public methods & lexically sort all methods.

github.com/test-kitchen/kitchen-vagrant - 9f9b502fb7bcb461e8f805e01c2e87abc3077654 authored over 9 years ago by Fletcher Nichol <[email protected]>
Freeze String constants.

github.com/test-kitchen/kitchen-vagrant - 4d57ed4ec3865d1500e9162b5ab0d1008421b3bb authored over 9 years ago by Fletcher Nichol <[email protected]>
Memoize the Vagrant version check as it is being called twice.

github.com/test-kitchen/kitchen-vagrant - 26bb4f3eb663ebfc3f59068b4bf8ca86a4d614a9 authored over 9 years ago by Fletcher Nichol <[email protected]>
Use #finalize_config! as hook point for #resolve_config!.

This is a left-over of very early code, before #finalize_config was
introduced.

github.com/test-kitchen/kitchen-vagrant - e0fa6981f1afccf36131a48c14e7b2feb59c8140 authored over 9 years ago by Fletcher Nichol <[email protected]>
Merge pull request #147 from test-kitchen/tidy-default-config

Tidy default config attributes

github.com/test-kitchen/kitchen-vagrant - 790095021fce8851e39d2072b936ac26b8074482 authored over 9 years ago by Fletcher Nichol <[email protected]>
Inline short default_config blocks (a style experiment).

github.com/test-kitchen/kitchen-vagrant - cda20618412eb435adfdd8a38f6542351d0cf8d0 authored over 9 years ago by Fletcher Nichol <[email protected]>
Lexically sort default_config attributes.

github.com/test-kitchen/kitchen-vagrant - 98d23cf14a0e7a6e8cd6d5ee555379ccce07490d authored over 9 years ago by Fletcher Nichol <[email protected]>
Ensure :vagrantfile_erb is path-expanded.

github.com/test-kitchen/kitchen-vagrant - 664674548c37561f3079c2b3565831f4533619e7 authored over 9 years ago by Fletcher Nichol <[email protected]>
Bump version to be *.dev.

github.com/test-kitchen/kitchen-vagrant - b33a724ad2060d385a43cefbafa33f0b8538db75 authored over 9 years ago by Fletcher Nichol <[email protected]>
Merge pull request #146 from test-kitchen/freshen-quality

Project quality freshening

github.com/test-kitchen/kitchen-vagrant - e8a410b29ddb2e4ba1720b90dba3606bf76631fc authored over 9 years ago by Fletcher Nichol <[email protected]>
Add style checks into default Rake task.

github.com/test-kitchen/kitchen-vagrant - 224a4bca8331728dbf2701b1763ce9f784766bad authored over 9 years ago by Fletcher Nichol <[email protected]>
Add Guardfile.

github.com/test-kitchen/kitchen-vagrant - b3cd143891b76a165f5e205aab1b75b83a8fca8d authored over 9 years ago by Fletcher Nichol <[email protected]>
One of those tiny String tweak deals (style).

github.com/test-kitchen/kitchen-vagrant - 3ac24c2ffee30afb7145bce7e3a5fdf397c53d61 authored over 9 years ago by Fletcher Nichol <[email protected]>
Prefer `\` style String concatenation across lines (style).

github.com/test-kitchen/kitchen-vagrant - 2be41adf7a8874c9b35bdcc3ca79bc37178ef2b6 authored over 9 years ago by Fletcher Nichol <[email protected]>
Prefer `File.exist?` to `File.exists?` which will be deprecated (style).

github.com/test-kitchen/kitchen-vagrant - 4e780a54aefe44e4c5e526b55486e8c0d14aeb1f authored over 9 years ago by Fletcher Nichol <[email protected]>
Remove unused assignment in #vagrant_version (style).

github.com/test-kitchen/kitchen-vagrant - 1809a9405726ddb9fc1eb86de6885f92b0909d2a authored over 9 years ago by Fletcher Nichol <[email protected]>
Rename #set_ssh_state to #update_ssh_state (style).

github.com/test-kitchen/kitchen-vagrant - 61939cf3b9f1c2a93d2536e4e0f707c74e68ed35 authored over 9 years ago by Fletcher Nichol <[email protected]>
Remove extra vertical whitespace (style).

github.com/test-kitchen/kitchen-vagrant - c846b83899b631519afb8bfd2db69b52ae43140a authored over 9 years ago by Fletcher Nichol <[email protected]>
Prefer `%w[]` Arrays (style).

github.com/test-kitchen/kitchen-vagrant - 3b7ec172d431c420973c284f789c67bd0842df5b authored over 9 years ago by Fletcher Nichol <[email protected]>