Sha256: a69a742085abdb3fe67633017e0955df2d91013892e37f0bdc14c9566899994d
Contents?: true
Size: 380 Bytes
Versions: 62
Compression:
Stored size: 380 Bytes
Contents
require 'test_helper' module Workarea module Admin class StyleGuidesSystemTest < SystemTest include Admin::IntegrationTest def test_contains_a_partial_from_the_admin visit admin.style_guides_path within '#settings' do click_on 'color-variables' end assert(page.has_content?('$off-black')) end end end end
Version data entries
62 entries across 62 versions & 1 rubygems