Sha256: 3a44b1b7b839776eae3659c893990a50da2fda2ff61bfd2f9f43238a0364c3cf

Contents?: true

Size: 307 Bytes

Versions: 4

Compression:

Stored size: 307 Bytes

Contents

RSpec.feature 'Rendering navigation' do
  background do
    SimpleNavigation.set_env(RailsApp::Application.root, 'test')
  end

  scenario 'Rendering basic navigation', type: :feature do
    visit '/base_spec'

    expect(page).to have_content('Item 1')
    expect(page).to have_content('Item 2')
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
simple-navigation-4.0.3 spec/integration/rendering_navigation_spec.rb
simple-navigation-4.0.2 spec/integration/rendering_navigation_spec.rb
simple-navigation-4.0.1 spec/integration/rendering_navigation_spec.rb
simple-navigation-4.0.0 spec/integration/rendering_navigation_spec.rb