Sha256: b4bf414ccd18e811346edc161055ceee265c990db5a729f214f063200adf9d75

Contents?: true

Size: 438 Bytes

Versions: 4

Compression:

Stored size: 438 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))

require 'bundler'
Bundler.setup

%w(support).each do |dir|
  Dir.glob(File.expand_path("../#{dir}/**/*.rb", __FILE__), &method(:require))
end

require 'multi_sync'

RSpec.configure do |config|
  config.expect_with :rspec do |c|
    c.syntax = :expect
  end

  config.before(:each) do
    MultiSync.reset!
    MultiSync.env = :test
    MultiSync.verbose = true
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
multi_sync-0.0.4 spec/spec_helper.rb
multi_sync-0.0.3 spec/spec_helper.rb
multi_sync-0.0.2 spec/spec_helper.rb
multi_sync-0.0.1 spec/spec_helper.rb