psenv/spec/rails/config/boot.rb
Andrew Tomaka bd72d2a64f
Add sample Rails application (#9)
* Add rails application
* Run tests for sample Rails app
2019-10-09 22:25:20 -04:00

4 lines
207 B
Ruby

ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
require 'bundler/setup' # Set up gems listed in the Gemfile.
require 'bootsnap/setup' # Speed up boot time by caching expensive operations.