Sha256: ebe63af6b946f7a231be0cc2c6b4bbdb02a291ca7002cbc9060435037af4f164

Contents?: true

Size: 281 Bytes

Versions: 9

Compression:

Stored size: 281 Bytes

Contents

# Configure Rails Environment
ENV["RAILS_ENV"] = "test"

require File.expand_path("../dummy/config/environment.rb",  __FILE__)
if Rails::VERSION::MAJOR == 2
  require "test_help"
else
  require "rails/test_help"
end

require "wicked_pdf"

Rails.backtrace_cleaner.remove_silencers!

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
wicked_pdf-0.11.0 test/test_helper.rb
wicked_pdf-0.10.2 test/test_helper.rb
wicked_pdf-0.10.0 test/test_helper.rb
wicked_pdf-0.9.10 test/test_helper.rb
wicked_pdf-0.9.9 test/test_helper.rb
wicked_pdf-0.9.8 test/test_helper.rb
wicked_pdf-0.9.7 test/test_helper.rb
wicked_pdf-0.9.6 test/test_helper.rb
wicked_pdf-0.9.5 test/test_helper.rb