Sha256: ff1484499e0c36431b467a17dcd0040eeaf2363efbcd77256e2864f9aa9e657a

Contents?: true

Size: 235 Bytes

Versions: 5

Compression:

Stored size: 235 Bytes

Contents

require 'spec_helper'

feature '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

5 entries across 5 versions & 1 rubygems

Version Path
helena_administration-0.3.4 spec/features/dashboard/index_spec.rb
helena_administration-0.3.3 spec/features/dashboard/index_spec.rb
helena_administration-0.3.1 spec/features/dashboard/index_spec.rb
helena_administration-0.3.0 spec/features/dashboard/index_spec.rb
helena_administration-0.2.3 spec/features/dashboard/index_spec.rb