mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 09:21:25 +00:00
4 lines
No EOL
144 B
Ruby
4 lines
No EOL
144 B
Ruby
RSpec.configure do |config|
|
|
config.include Features::FormHelpers, type: :feature
|
|
config.include Features::SessionHelpers, type: :feature
|
|
end |