Sha256: aa5171620f493a1288855fd0ca479b3502491196c09b3431697b481e1906bb14

Contents?: true

Size: 180 Bytes

Versions: 1

Compression:

Stored size: 180 Bytes

Contents

require 'spec_helper'

describe 'Visiting Registation page', type: :feature, js: true do
  it 'is available' do
    expect { visit spree.signup_path }.not_to raise_error
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spree_analytics_trackers-2.1.1 spec/features/user_registration_spec.rb