mirror of
https://github.com/thoughtbot/capybara-webkit
synced 2023-03-27 23:22:28 -04:00
8 lines
166 B
Text
8 lines
166 B
Text
|
# -*- mode: ruby -*-
|
||
|
# vi: set ft=ruby :
|
||
|
|
||
|
Vagrant::Config.run do |config|
|
||
|
config.vm.box = "precise32"
|
||
|
config.vm.provision :shell, :path => 'vagrant_setup.sh'
|
||
|
end
|