Sha256: 8fc07ffcdb09de27712995701bfb1ce5aa4f225acf0d4416ef0e0625ff07e4be
Contents?: true
Size: 316 Bytes
Versions: 12
Compression:
Stored size: 316 Bytes
Contents
# frozen_string_literal: true RSpec.feature 'Admin products', type: :feature do context 'as anonymous user' do # Regression test for #1250 scenario 'redirects to login page when attempting to access product listing' do expect { visit spree.admin_products_path }.not_to raise_error end end end
Version data entries
12 entries across 12 versions & 1 rubygems