1
0
Fork 0
mirror of https://github.com/nov/fb_graph2 synced 2023-03-27 23:22:15 -04:00
fb_graph2/spec/spec_helper.rb

12 lines
179 B
Ruby
Raw Normal View History

2014-05-03 05:56:42 -04:00
require 'simplecov'
SimpleCov.start do
add_filter 'spec'
end
require 'rspec'
2014-05-21 01:03:21 -04:00
require 'fb_graph2'
Dir[File.join(__dir__, 'spec_helper/*.rb')].each do |file|
require file
end