Skip to content

A simple Serverspec executer by using mruby, named as Single Shot ServerSpec ⚡

License

Notifications You must be signed in to change notification settings

syucream/sssspec

Repository files navigation

sssspec

A simple Serverspec executer by using mruby, named as Single Shot ServerSpec ⚡

Quickstart

  1. Write your Serverspec file at mrblib/sssspec.rb.
def __main__(argv)
  describe file('mrblib') do
    it { should be_readable.by('yourgroup').by_user('you') }
  end
end
  1. Build sssspec binary.
$ rake
  1. Copy ./mruby/bin/sssspec to a test target host.

  2. Run sssspec and get its result :)

$ ./sssspec
.
Total: 1
   OK: 1
   KO: 0
Crash: 0
 Time: 0.16 seconds<Paste>

Acknowledgement

This project is inspired by mitamae.

About

A simple Serverspec executer by using mruby, named as Single Shot ServerSpec ⚡

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages