1
0
Fork 0
mirror of https://github.com/drapergem/draper synced 2023-03-27 23:21:17 -04:00
draper/spec/spec_helper.rb

7 lines
160 B
Ruby
Raw Normal View History

require 'rubygems'
require 'bundler/setup'
Bundler.require
require './spec/support/active_record.rb'
Dir['./spec/support/**/*.rb'].each {|file| require file }