Sha256: 74ba6204015649e5e7d82353e1467efe9f463cc164661e75f292e9e18e8eea60
Contents?: true
Size: 371 Bytes
Versions: 33
Compression:
Stored size: 371 Bytes
Contents
require 'rails_helper' feature "Controller title" do scenario "shows only application title" do visit releaf_root_path expect(page.title).to eq("Dummy") end scenario "shows only controller and application title" do auth_as_user visit releaf_permissions_user_profile_path expect(page.title).to eq("Releaf/permissions/profile - Dummy") end end
Version data entries
33 entries across 33 versions & 1 rubygems