Sha256: 0453c308fcabcdd0d7d7c175ef953ef94892f2d534c465da1f6709c41cd6cbed
Contents?: true
Size: 205 Bytes
Versions: 3
Compression:
Stored size: 205 Bytes
Contents
$:.unshift File.expand_path("../..", __FILE__) require 'lib/git_handler' def fixture_path File.expand_path("../fixtures", __FILE__) end def fixture(file) File.read(File.join(fixture_path, file)) end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
git_handler-0.2.2 | spec/spec_helper.rb |
git_handler-0.2.1 | spec/spec_helper.rb |
git_handler-0.2.0 | spec/spec_helper.rb |