Sha256: c092cc8dcfa7405e1b40b13e71fbf63cc2dcc1e73647e345058a29088d21f6cd
Contents?: true
Size: 193 Bytes
Versions: 8
Compression:
Stored size: 193 Bytes
Contents
# frozen_string_literal: true require 'test_helper' class NavigationTest < ActiveSupport::IntegrationCase test "truth" do assert_kind_of Dummy::Application, Rails.application end end
Version data entries
8 entries across 8 versions & 2 rubygems