RSpec tests for your servers configured by Puppet, Chef or anything else
You can see the details of serverspec on serverspec.org.
Use
bundle exec rake
(Using rspec
alone will not work).
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)