Sha256: d3cac23d26449225f8ea4f112bab9c75c37c54c87ef9a323ef0874c0a47bd576

Contents?: true

Size: 362 Bytes

Versions: 3

Compression:

Stored size: 362 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rspec'
require 'junos-config'

# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}

RSpec.configure do |config|
  
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
junos-config-0.3.0 spec/spec_helper.rb
junos-config-0.2.0 spec/spec_helper.rb
junos-config-0.1.0 spec/spec_helper.rb