Sha256: 8b52252277f072b31706747b5e92458825b9708fdf187dbbed3825a6d7134ed9

Contents?: true

Size: 217 Bytes

Versions: 18

Compression:

Stored size: 217 Bytes

Contents

# -*- 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

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
git_stats-1.0.17 spec/spec_helper.rb
git_stats-1.0.16 spec/spec_helper.rb
git_stats-1.0.15 spec/spec_helper.rb
git_stats-1.0.14 spec/spec_helper.rb
git_stats-1.0.13 spec/spec_helper.rb
git_stats-1.0.12 spec/spec_helper.rb
git_stats-1.0.11 spec/spec_helper.rb
git_stats-1.0.10 spec/spec_helper.rb
git_stats-1.0.9 spec/spec_helper.rb
git_stats-1.0.8 spec/spec_helper.rb
git_stats-1.0.7 spec/spec_helper.rb
git_stats-1.0.6 spec/spec_helper.rb
git_stats-1.0.5 spec/spec_helper.rb
git_stats-1.0.4 spec/spec_helper.rb
git_stats-1.0.3 spec/spec_helper.rb
git_stats-1.0.2 spec/spec_helper.rb
git_stats-1.0.1 spec/spec_helper.rb
git_stats-1.0.0 spec/spec_helper.rb