1
0
Fork 0
mirror of https://github.com/simi/omniauth-facebook.git synced 2022-11-09 12:32:45 -05:00
simi--omniauth-facebook/spec/spec_helper.rb

7 lines
147 B
Ruby
Raw Normal View History

2011-10-15 03:36:27 -04:00
require 'bundler/setup'
require 'rspec'
Dir[File.expand_path('../support/**/*', __FILE__)].each { |f| require f }
2011-10-15 03:36:27 -04:00
RSpec.configure do |config|
end