Sha256: 2c24830d2c5b51d42029be8e20e31e4dd5f6bf80a6832dcb632135d00b9e046a

Contents?: true

Size: 210 Bytes

Versions: 22

Compression:

Stored size: 210 Bytes

Contents

require 'rubygems'
require 'bundler/setup'
require 'active_resource'
require 'active_support'

$:.unshift(File.dirname(__FILE__) + '/../lib')
require 'cached_resource'

RSpec.configure do |config|
  # nada
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
cached_resource-6.0.0 spec/spec_helper.rb
cached_resource-5.3.0 spec/spec_helper.rb
cached_resource-5.2.0 spec/spec_helper.rb
cached_resource-5.1.3 spec/spec_helper.rb
cached_resource-5.1.2 spec/spec_helper.rb
cached_resource-5.1.1 spec/spec_helper.rb
cached_resource-5.1.0 spec/spec_helper.rb
cached_resource-5.0.1 spec/spec_helper.rb
cached_resource-5.0.0 spec/spec_helper.rb
cached_resource-4.2.0 spec/spec_helper.rb
cached_resource-4.1.0 spec/spec_helper.rb
cached_resource-4.0.0 spec/spec_helper.rb
cached_resource-3.0.0 spec/spec_helper.rb
cached_resource-2.3.4 spec/spec_helper.rb
cached_resource-2.3.3 spec/spec_helper.rb
cached_resource-2.3.2 spec/spec_helper.rb
cached_resource-2.3.1 spec/spec_helper.rb
cached_resource-2.3.0 spec/spec_helper.rb
cached_resource-2.2.0 spec/spec_helper.rb
cached_resource-2.1.3 spec/spec_helper.rb