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

8 lines
No EOL
209 B
Ruby

require 'rubygems'
require 'bundler/setup'
Bundler.require
require 'draper'
require './spec/samples/application_helper.rb'
Dir.glob(['./spec/samples/*.rb', './spec/support/*.rb']) do |file|
require file
end