Sha256: c4f80db6614094c0e91063173fda577bd99cf88c076b735001527153450cfa09

Contents?: true

Size: 249 Bytes

Versions: 15

Compression:

Stored size: 249 Bytes

Contents

require "rails_helper"

feature "Landing" do
  scenario "Initial admin page" do
    # Just testing that the dummy app works
    visit admin_root_path
    expect(page).to have_content("Schools")
    expect(page).to have_content("Students")
  end
end

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
administrate-field-nested_has_many-2.1.0 spec/features/landing_spec.rb
administrate-field-nested_has_many-2.0.0 spec/features/landing_spec.rb
viniBaxter-spa-nested_has_many-300.0.6 spec/features/landing_spec.rb
viniBaxter-spa-nested_has_many-300.0.5 spec/features/landing_spec.rb
viniBaxter-spa-nested_has_many-300.0.4 spec/features/landing_spec.rb
viniBaxter-spa-nested_has_many-300.0.2 spec/features/landing_spec.rb
viniBaxter-spa-nested_has_many-300.0.1 spec/features/landing_spec.rb
viniBaxter-spa-nested_has_many-5.4.0 spec/features/landing_spec.rb
viniBaxter-spa-nested_has_many-5.0.1 spec/features/landing_spec.rb
viniBaxter-spa-nested_has_many-5.0.0 spec/features/landing_spec.rb
administrate-field-nested_has_many-1.3.0 spec/features/landing_spec.rb
viniBaxter-spa-nested_has_many-4.0.0 spec/features/landing_spec.rb
viniBaxter-spa-nested_has_many-3.0.0 spec/features/landing_spec.rb
viniBaxter-spa-nested_has_many-2.0.0 spec/features/landing_spec.rb
administrate-field-nested_has_many-1.2.0 spec/features/landing_spec.rb