Sha256: f94b553e3f708cc565c32d6ff54f9b31ac863cb01774c902c1a9b8fd5874ed2e
Contents?: true
Size: 304 Bytes
Versions: 47
Compression:
Stored size: 304 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' describe "Style guide", type: :feature do stub_authorization! it "should render successfully" do visit "/admin/style_guide" # Somewhere in a style guide you'd expect to talk about colors expect(page).to have_text "Colors" end end
Version data entries
47 entries across 47 versions & 2 rubygems