Sha256: 701762c2d69785d2f4af250475b3e480ebdbfb6157d546c84df8e206391f7569

Contents?: true

Size: 368 Bytes

Versions: 15

Compression:

Stored size: 368 Bytes

Contents

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

# 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

15 entries across 15 versions & 1 rubygems

Version Path
paperclip_database-2.2.2 spec/spec_helper.rb
paperclip_database-2.2.1 spec/spec_helper.rb
paperclip_database-2.2.0 spec/spec_helper.rb
paperclip_database-2.0.0 spec/spec_helper.rb
paperclip_database-1.0.5 spec/spec_helper.rb
paperclip_database-1.0.4 spec/spec_helper.rb
paperclip_database-1.0.3 spec/spec_helper.rb
paperclip_database-1.0.2 spec/spec_helper.rb
paperclip_database-1.0.1 spec/spec_helper.rb
paperclip_database-1.0.0 spec/spec_helper.rb
paperclip_database-0.3.0 spec/spec_helper.rb
paperclip_database-0.2.0 spec/spec_helper.rb
paperclip_database-0.1.0 spec/spec_helper.rb
paperclip_database-0.0.2 spec/spec_helper.rb
paperclip_database-0.0.1 spec/spec_helper.rb