Sha256: 8e9560c8fff7e0128dd9333248f8a25a324511b0a707fa7dc680d3dd09cd02f9

Contents?: true

Size: 360 Bytes

Versions: 6

Compression:

Stored size: 360 Bytes

Contents

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

require 'rspec'
require 'prosto_cache'

# 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
prosto_cache-0.2.5 spec/spec_helper.rb
prosto_cache-0.2.4 spec/spec_helper.rb
prosto_cache-0.2.3 spec/spec_helper.rb
prosto_cache-0.2.2 spec/spec_helper.rb
prosto_cache-0.2.1 spec/spec_helper.rb
prosto_cache-0.2.0 spec/spec_helper.rb