Sha256: fe6a310f456a8e3ab53bcb79ac42f2b83b3fea091bf20a8f8f153b82871a639c
Contents?: true
Size: 236 Bytes
Versions: 6
Compression:
Stored size: 236 Bytes
Contents
require 'spec_helper' describe 'Dashboard' do scenario 'User visits the index page that links to the survey management' do visit dashboard_index_path expect(page).to have_link 'Manage Surveys', href: surveys_path end end
Version data entries
6 entries across 6 versions & 1 rubygems