mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 16:29:52 +01:00
5 lines
132 B
Ruby
5 lines
132 B
Ruby
|
require 'support/helpers/session_helpers'
|
||
|
|
||
|
RSpec.configure do |config|
|
||
|
config.include Features::SessionHelpers, type: :feature
|
||
|
end
|