Skip to content

Instantly share code, notes, and snippets.

View InAbsentia's full-sized avatar
🏴

Brent Yoder InAbsentia

🏴
  • Generac Grid Services
  • Denver, CO, USA
View GitHub Profile
@InAbsentia
InAbsentia / uuid_default_test.rb
Last active August 29, 2015 14:09
Test UUID default value in Rails
unless File.exist?("Gemfile")
File.write("Gemfile", <<-GEMFILE)
source "https://rubygems.org"
gem "rails", github: "rails/rails"
gem "pg"
GEMFILE
system "bundle"
end