mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-27 21:10:54 +00:00
4 lines
144 B
Ruby
4 lines
144 B
Ruby
|
RSpec.configure do |config|
|
||
|
config.include Features::FormHelpers, type: :feature
|
||
|
config.include Features::SessionHelpers, type: :feature
|
||
|
end
|