Sha256: c700d51f681a863a2e37320f78f6184ad94733ec430fa2474205ea416fb577db
Contents?: true
Size: 323 Bytes
Versions: 1
Compression:
Stored size: 323 Bytes
Contents
require 'rubygems' require 'rspec' require 'mocha/api' require File.dirname(__FILE__) + '/../lib/braid' def new_from_options(url, options = {}) @mirror = Braid::Mirror.new_from_options(url, options) end def build_mirror(options = {}) Braid::Mirror.new("path", options) end include Braid::Operations::VersionControl
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
realityforge-braid-0.8.0 | spec/test_helper.rb |