Sha256: 8967233f0eacb63ccd83aeb970abe16ff5b2f91591b852c5926c397f4edba1f3
Contents?: true
Size: 451 Bytes
Versions: 2
Compression:
Stored size: 451 Bytes
Contents
# frozen_string_literal: true # spec/support/features.rb require File.expand_path('../features/session_helpers', __FILE__) require File.expand_path('../features/workflow', __FILE__) require File.expand_path('../features/batch_edit_actions', __FILE__) require File.expand_path('../selectors', __FILE__) require File.expand_path('../statistic_helper', __FILE__) RSpec.configure do |config| config.include Features::SessionHelpers, type: :feature end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hyrax-5.0.0 | spec/support/features.rb |
hyrax-5.0.0.rc3 | spec/support/features.rb |