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