Sha256: 968550840baf400bbe41ca08201cc3a20b96ae20ed89b69401c8d5b197eeb26e

Contents?: true

Size: 336 Bytes

Versions: 23

Compression:

Stored size: 336 Bytes

Contents

# frozen_string_literal: true

# spec/support/features.rb

require File.expand_path('features/search_helpers.rb', __dir__)
require File.expand_path('features/session_helpers.rb', __dir__)

RSpec.configure do |config|
  config.include Features::SearchHelpers, type: :feature
  config.include Features::SessionHelpers, type: :feature
end

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
blacklight-8.8.0 spec/support/features.rb
blacklight-8.7.0 spec/support/features.rb
blacklight-8.6.1 spec/support/features.rb
blacklight-8.6.0 spec/support/features.rb
blacklight-8.5.1 spec/support/features.rb
blacklight-8.5.0 spec/support/features.rb
blacklight-8.4.0 spec/support/features.rb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/blacklight-8.3.0/spec/support/features.rb
blacklight-8.3.0 spec/support/features.rb
blacklight-8.2.2 spec/support/features.rb
blacklight-8.2.1 spec/support/features.rb
blacklight-8.2.0 spec/support/features.rb
blacklight-8.1.0 spec/support/features.rb
blacklight-8.0.1 spec/support/features.rb
blacklight-8.0.0 spec/support/features.rb
blacklight-8.0.0.beta8 spec/support/features.rb
blacklight-8.0.0.beta7 spec/support/features.rb
blacklight-8.0.0.beta6 spec/support/features.rb
blacklight-8.0.0.beta5 spec/support/features.rb
blacklight-8.0.0.beta4 spec/support/features.rb