Sha256: 9fe6f64d145414f4c34f6d3e257e2c8603a0c7fdf1fb9155cf2f9e80ecddedd0
Contents?: true
Size: 214 Bytes
Versions: 74
Compression:
Stored size: 214 Bytes
Contents
# frozen_string_literal: true # spec/support/features.rb require File.expand_path('features/session_helpers.rb', __dir__) RSpec.configure do |config| config.include Features::SessionHelpers, type: :feature end
Version data entries
74 entries across 74 versions & 2 rubygems