Sha256: bede51fe6d463df206f1f866c72af37d5e2cc15dbd66fb64d664162411216a12

Contents?: true

Size: 477 Bytes

Versions: 8

Compression:

Stored size: 477 Bytes

Contents

require 'rspec'
require 'index_spec_helpers'

require 'stickler/repository/local'

RSpec.configure do |config|

  config.before( :each ) do
    @spec_dir           = File.expand_path( File.dirname( __FILE__ ) )
    @gem_root           = File.join( @spec_dir, 'data' )
    @specifications_dir = File.join( @gem_root, "specifications" )
    @gems_dir           = File.join( @gem_root, "gems" )
  end

  config.after( :each ) do
    ::Stickler::Repository::Local.purge
  end

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
stickler-2.2.4 spec/spec_helper.rb
stickler-2.2.3 spec/spec_helper.rb
stickler-2.2.2 spec/spec_helper.rb
stickler-2.1.4 spec/spec_helper.rb
stickler-2.1.3 spec/spec_helper.rb
stickler-2.1.2 spec/spec_helper.rb
stickler-2.1.1 spec/spec_helper.rb
stickler-2.1.0 spec/spec_helper.rb