Sha256: 895edbcca022a07bfe9802bf49b5967cd49aaefd5862ae00d2b0925779828622
Contents?: true
Size: 421 Bytes
Versions: 5
Compression:
Stored size: 421 Bytes
Contents
FactoryGirl.define do factory :project, :class => Bebox::Project do name "bebox-pname" vagrant_box_base "#{Dir.pwd}/ubuntu-server-12042-x64-vbox4210-nocm.box" parent_path "#{Dir.pwd}/tmp" vagrant_box_provider 'virtualbox' default_environments ['vagrant', 'staging', 'production'] initialize_with { new(name, vagrant_box_base, parent_path, vagrant_box_provider, default_environments) } end end
Version data entries
5 entries across 5 versions & 1 rubygems