Sha256: 0fa913e4937adce102c953f6b301af5420ec6d107d7a3d1550e340c963f5b31a
Contents?: true
Size: 233 Bytes
Versions: 11
Compression:
Stored size: 233 Bytes
Contents
require 'test_helper' class NavigationTest < ActionDispatch::IntegrationTest test "Renders the collection json broswer documentation page" do get collection_json_browser_path assert_match(/Path/, response.body) end end
Version data entries
11 entries across 11 versions & 1 rubygems