- Fixes bundle install of serverspec-eol Gemfile on
kitchen verify
- Install bundler 1.17.3 for Ruby versions < 2.3
- fork and rename to busser-serverspec_eol
- use container-based test at travis-ci.
- Make rake and rspec/core runtime deps merge pull-req by John Keiser [email protected], thanks.
- Pin versions of aruba and cucumber inspired by test-kitchen/busser-cucumber@cd3e6b3 by Peter Gallagher, thanks.
- Fix frozen string issue when checking Ruby version merge pull-req by Joe Friedl [email protected], thanks.
- Install net-ssh < 2.10 for ruby < 2.0. merge pull-req by Bill Ruddock [email protected], thanks.
- use RbConfig instead of obsolete and deprecated Config, closes #29 suggested by Jörg Herzinger [email protected], thanks.
- Run bundle with explicit path to ruby bin, closes #27 merge pull-req by Simon Detheridge [email protected], thanks.
- use File::PATH_SEPARATOR to join ENV PATH. closes #24 suggested by Jacob McCann [email protected], thanks.
- add the config bindir as well. merge pull-req by Noah Kantrowitz [email protected]. thanks.
- make private working methods, closes #18
- reset gems db
- move Gemfile process from postinstall to test.
- enable to specify serverspec version in Gemfile, closes #16
- add 'log_switch', '~> 0.3.0', ref: turboladen/tailor#160
- drop ruby 1.9.2 test, because mime-types 2.4.2 does not support ruby 1.9.2.
- add --default-path for RSpec 3, closes #15
- bump up version number (0.3: load Gemfile, 0.4: serverspec v2).
- update for serverspec v2, closes #13
- support loading Gemfile. closes #12
- add globbing pattern note for frequency asked test failure.
- update links for moving to test-kitchen organization.
- update copyright.
- issue #5: Added --color and --format documentation rspec options merge pull-req by Kannan Manickam [email protected]. thanks.
- issue #4: Search all GEM_PATH values for
rspec
bin. merge pull-req by Seth Chisamore [email protected]. thanks.
- issue #2: remove tight dependency of serverspec. thanks to rteabeault.
- issue #2: remove dependency rspec.
- fix silly exit value.
- issue #1: do not print full backtrace if serverspec test failure.
- add cucumber test and fix related things
- Initial release