serverspec/serverspec

View on GitHub
lib/serverspec/commands/base.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Serverspec
  module Commands
    class Base < Specinfra::Command::Base
    end
  end
end