Sha256: ce1bf8d646df9624f6dd7f9e4d874f44c1266737b247136aecac89e1b8fc0360
Contents?: true
Size: 478 Bytes
Versions: 20
Compression:
Stored size: 478 Bytes
Contents
# frozen_string_literal: true require "spec_helper" describe "Documentation", type: :feature do let(:organization) { create(:organization) } before do switch_to_host(organization.host) end describe "documentation" do it "shows the project's documentation" do visit decidim_api.documentation_path within "h1" do expect(page).to have_content(organization.name) end expect(page).to have_content("Root query") end end end
Version data entries
20 entries across 20 versions & 1 rubygems