mirror of
https://github.com/samsonjs/simple_oauth.git
synced 2026-04-18 12:45:51 +00:00
8 lines
161 B
Ruby
8 lines
161 B
Ruby
unless ENV['CI']
|
|
require 'simplecov'
|
|
SimpleCov.start
|
|
end
|
|
|
|
require 'simple_oauth'
|
|
|
|
Dir[File.expand_path('../support/**/*.rb', __FILE__)].each{|f| require f }
|