Sha256: b640672f88dcab5a0bae883a2524340064b872d35751e4334515ce390b63bd60
Contents?: true
Size: 307 Bytes
Versions: 13
Compression:
Stored size: 307 Bytes
Contents
# frozen_string_literal: true shared_examples_for "needs admin TOS accepted" do context "when the user has not accepted the admin TOS" do it "shows a message to accept the admin TOS" do expect(page).to have_content("Please take a moment to review the admin terms of service") end end end
Version data entries
13 entries across 13 versions & 1 rubygems