Sha256: a6388f1714f3c3118f6660d71174ed018379b3680b4241df1f7eb8aa7dd69717

Contents?: true

Size: 382 Bytes

Versions: 21

Compression:

Stored size: 382 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

RSpec.configure do |config|
  config.mock_with :mocha
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
braid-1.1.6 spec/test_helper.rb
braid-1.1.5 spec/test_helper.rb
braid-1.1.4 spec/test_helper.rb
braid-1.1.3 spec/test_helper.rb
braid-1.1.2 spec/test_helper.rb
braid-1.1.1 spec/test_helper.rb
braid-1.1.0 spec/test_helper.rb
braid-1.0.22 spec/test_helper.rb
braid-1.0.21 spec/test_helper.rb
braid-1.0.20 spec/test_helper.rb
braid-1.0.19 spec/test_helper.rb
braid-1.0.18 spec/test_helper.rb
braid-1.0.17 spec/test_helper.rb
braid-1.0.16 spec/test_helper.rb
braid-1.0.15 spec/test_helper.rb
braid-1.0.14 spec/test_helper.rb
braid-1.0.13 spec/test_helper.rb
braid-1.0.12 spec/test_helper.rb
braid-1.0.11 spec/test_helper.rb
braid-1.0.10 spec/test_helper.rb