Sha256: 1b434413f21ac8a15cd433db9e5d28d548940ef69106686f2775da486ba8b4dc

Contents?: true

Size: 405 Bytes

Versions: 2

Compression:

Stored size: 405 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rspec'
require 'hashed-jasper-rails'
require 'rspec'

# 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|
  config.mock_with :rr
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hashed-jasper-rails-0.2.0 spec/spec_helper.rb
hashed-jasper-rails-0.1.0 spec/spec_helper.rb