Sha256: b4ea1638a921a50fa934131950c0f43dde2b7af1875e20a002dbe5cd388b9d65

Contents?: true

Size: 323 Bytes

Versions: 26

Compression:

Stored size: 323 Bytes

Contents

require 'rubygems'
require 'test/spec'
require 'mocha'

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

26 entries across 26 versions & 7 rubygems

Version Path
dreamcat4-braid-0.5.1 test/test_helper.rb
dreamcat4-braid-0.5.2 test/test_helper.rb
dreamcat4-braid-0.50 test/test_helper.rb
dreamcat4-braid-0.52 test/test_helper.rb
dreamcat4-braid-0.53 test/test_helper.rb
dreamcat4-braid-0.531 test/test_helper.rb
dreamcat4-braid-0.533 test/test_helper.rb
dreamcat4-braid-0.534 test/test_helper.rb
evilchelu-braid-0.4.10 test/test_helper.rb
evilchelu-braid-0.4.11 test/test_helper.rb
evilchelu-braid-0.4.12 test/test_helper.rb
evilchelu-braid-0.4.13 test/test_helper.rb
evilchelu-braid-0.5 test/test_helper.rb
mlightner-braid-0.5.1 test/test_helper.rb
norbert-braid-0.4.12 test/test_helper.rb
norbert-braid-0.4.13 test/test_helper.rb
norbert-braid-0.4.9 test/test_helper.rb
norbert-braid-0.5.1 test/test_helper.rb
realityforge-braid-0.7.2 test/test_helper.rb
braid-0.7.1 test/test_helper.rb