Sha256: d69e40871b0aa61fa10089eae8e020e6a024e33fee6edc281355810dd3d0552f
Contents?: true
Size: 348 Bytes
Versions: 3
Compression:
Stored size: 348 Bytes
Contents
require "rspec" require "git_fame" require "coveralls" Coveralls.wear! RSpec.configure do |config| config.mock_with :rspec config.order = "random" config.before(:all) do @repository = File.join(File.dirname(File.dirname(__FILE__)), "spec/fixtures/gash") Dir.chdir(@repository) do `git checkout 7ab01bc5a720` end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
git_fame-1.6.0 | spec/spec_helper.rb |
git_fame-1.5.0 | spec/spec_helper.rb |
git_fame-1.4.2 | spec/spec_helper.rb |