Module: VagrantPlugins::ServerSpec

Defined in:
lib/vagrant-serverspec.rb,
lib/vagrant-serverspec/config.rb,
lib/vagrant-serverspec/plugin.rb,
lib/vagrant-serverspec/version.rb,
lib/vagrant-serverspec/provisioner.rb

Defined Under Namespace

Classes: Config, Plugin, Provisioner

Constant Summary collapse

VERSION =
'0.1.0'

Class Method Summary collapse

Class Method Details

.source_rootObject



6
7
8
# File 'lib/vagrant-serverspec.rb', line 6

def self.source_root
  @source_root ||= Pathname.new(File.expand_path('../../', __FILE__))
end