mirror of
https://github.com/tomgi/git_stats.git
synced 2024-11-01 01:51:01 +01:00
14 lines
217 B
Ruby
14 lines
217 B
Ruby
# -*- encoding : utf-8 -*-
|
|
require 'simplecov'
|
|
SimpleCov.start
|
|
|
|
require 'git_stats'
|
|
|
|
require 'factory_girl'
|
|
FactoryGirl.find_definitions
|
|
|
|
RSpec.configure do |config|
|
|
config.include FactoryGirl::Syntax::Methods
|
|
end
|
|
|