Skip to content

Instantly share code, notes, and snippets.

View alvagante's full-sized avatar

Alessandro Franceschi alvagante

View GitHub Profile
FIXTURE_DIR = File.join(File.expand_path(File.dirname(__FILE__)), "fixtures") unless defined?(FIXTURE_DIR)
module LocalHelpers
def fixture_read(file)
File.read(File.join(FIXTURE_DIR, file))
end
end
RSpec.configure do |c|
c.include LocalHelpers
building openstack lab:
There are a few dependencies:
- ruby, virtualbox, ubuntu precise base box, vagrant, puppet modules, librarian-puppet
find the module on stackforge:
> git clone https://github.com/stackforge/puppet-openstack_dev_env
@chetan
chetan / yardoc_cheatsheet.md
Last active December 8, 2025 13:54
YARD cheatsheet