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

Version Path
helena_administration-0.2.0 spec/features/dashboard/index.html.slim_spec.rb
helena_administration-0.1.1 spec/features/dashboard/index.html.slim_spec.rb
helena_administration-0.1.0 spec/features/dashboard/index.html.slim_spec.rb
helena_administration-0.0.7 spec/features/dashboard/index.html.slim_spec.rb
helena_administration-0.0.6 spec/features/dashboard/index.html.slim_spec.rb
helena_administration-0.0.5 spec/features/dashboard/index.html.slim_spec.rb