Sha256: ebfef00f7a3981de80d75107da2f253b53c80c7d293a2fd9b2d1a442ec34bd7a

Contents?: true

Size: 643 Bytes

Versions: 17

Compression:

Stored size: 643 Bytes

Contents

ENV["RAILS_ENV"] ||= 'test'

require 'engine_cart'
EngineCart.load_application!

require 'rspec/collection_matchers'
require 'rspec/its'
require 'rspec/rails'
require 'rspec/active_model/mocks'

require 'selenium-webdriver'
require 'webdrivers'


Capybara.javascript_driver = :selenium_chrome_headless
Capybara.disable_animation = true

require 'blacklight'
require 'blacklight/gallery'

RSpec.configure do |c|
  c.infer_spec_type_from_file_location!
  c.full_backtrace = true
  c.include ViewComponent::TestHelpers, type: :component
  #onfig.assets.precompile += %w(spotlight/default_thumbnail.jpg spotlight/default_browse_thumbnail.jpg)
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
blacklight-gallery-4.3.0 spec/spec_helper.rb
blacklight-gallery-4.2.0 spec/spec_helper.rb
blacklight-gallery-4.1.0 spec/spec_helper.rb
blacklight-gallery-4.0.2 spec/spec_helper.rb
blacklight-gallery-4.0.1 spec/spec_helper.rb
blacklight-gallery-4.0.0 spec/spec_helper.rb
blacklight-gallery-3.5.0 spec/spec_helper.rb
blacklight-gallery-3.4.0 spec/spec_helper.rb
blacklight-gallery-3.3.1 spec/spec_helper.rb
blacklight-gallery-3.3.0 spec/spec_helper.rb
blacklight-gallery-3.2.0 spec/spec_helper.rb
blacklight-gallery-3.1.0 spec/spec_helper.rb
blacklight-gallery-3.0.4 spec/spec_helper.rb
blacklight-gallery-3.0.3 spec/spec_helper.rb
blacklight-gallery-3.0.2 spec/spec_helper.rb
blacklight-gallery-3.0.1 spec/spec_helper.rb
blacklight-gallery-3.0.0 spec/spec_helper.rb