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

Version Path
collection-json-browser-0.0.11 test/integration/navigation_test.rb
collection-json-browser-0.0.10 test/integration/navigation_test.rb
collection-json-browser-0.0.9 test/integration/navigation_test.rb
collection-json-browser-0.0.8 test/integration/navigation_test.rb
collection-json-browser-0.0.7 test/integration/navigation_test.rb
collection-json-browser-0.0.6 test/integration/navigation_test.rb
collection-json-browser-0.0.5 test/integration/navigation_test.rb
collection-json-browser-0.0.4 test/integration/navigation_test.rb
collection-json-browser-0.0.3 test/integration/navigation_test.rb
collection-json-browser-0.0.2 test/integration/navigation_test.rb
collection-json-browser-0.0.1 test/integration/navigation_test.rb