Sha256: 6e5b16574b323659b21234040f867dd56a5a2438a8718dfe4ea2869873d89352
Contents?: true
Size: 362 Bytes
Versions: 62
Compression:
Stored size: 362 Bytes
Contents
require 'test_helper' module Workarea module Admin class InsightsSystemTest < SystemTest include Admin::IntegrationTest # Smoke test to ensure all insights can render and handle blank data def test_can_render_insights Workarea::Insights::Base.subclasses.each(&:create!) visit admin.root_path end end end end
Version data entries
62 entries across 62 versions & 1 rubygems