Retrospring/spec/support/helpers.rb

5 lines
132 B
Ruby
Raw Normal View History

2014-12-07 03:41:42 -08:00
require 'support/helpers/session_helpers'
RSpec.configure do |config|
config.include Features::SessionHelpers, type: :feature
end