Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
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