Sha256: 27a816ad6a458de9856093b2f27b03daf1beec0a5e7674d09b3e86dbe4ae2c72

Contents?: true

Size: 423 Bytes

Versions: 5

Compression:

Stored size: 423 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
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}

require 'capybara/rspec'

RSpec.configure do |config|
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
httpthumbnailer-1.2.0 spec/spec_helper.rb
httpthumbnailer-1.1.2 spec/spec_helper.rb
httpthumbnailer-1.1.1 spec/spec_helper.rb
httpthumbnailer-1.1.0 spec/spec_helper.rb
httpthumbnailer-1.0.0 spec/spec_helper.rb