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