Sha256: 44b87dcedda41fbac89ed2139cf63dfb609105a9406d1e971ce30c82c91787ab

Contents?: true

Size: 362 Bytes

Versions: 4

Compression:

Stored size: 362 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

4 entries across 4 versions & 1 rubygems

Version Path
prosto_cache-0.1.3 spec/spec_helper.rb
prosto_cache-0.1.2 spec/spec_helper.rb
prosto_cache-0.1.1 spec/spec_helper.rb
prosto_cache-0.1.0 spec/spec_helper.rb