Sha256: a3e84981af089a5b5b7d97fee5555b3e06f512aba445432da83403d33fecebe0

Contents?: true

Size: 422 Bytes

Versions: 6

Compression:

Stored size: 422 Bytes

Contents

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

require File.join(File.dirname(__FILE__), "../lib", "rego-ruby-ext")

# 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

6 entries across 6 versions & 1 rubygems

Version Path
rego-ruby-ext-0.0.6 spec/spec_helper.rb
rego-ruby-ext-0.0.5 spec/spec_helper.rb
rego-ruby-ext-0.0.4 spec/spec_helper.rb
rego-ruby-ext-0.0.3 spec/spec_helper.rb
rego-ruby-ext-0.0.2 spec/spec_helper.rb
rego-ruby-ext-0.0.1 spec/spec_helper.rb