Sha256: 6a58245a10ab16a3d600e2afa8882fdf98eed08c2512d9318bad98d8889e0c16

Contents?: true

Size: 198 Bytes

Versions: 74

Compression:

Stored size: 198 Bytes

Contents

# typed: false
# frozen_string_literal: true

require "test_helper"

class RootControllerTest < ActionDispatch::IntegrationTest
  test "GET / 200s" do
    get "/"

    assert_response :ok
  end
end

Version data entries

74 entries across 74 versions & 1 rubygems

Version Path
hephaestus-0.8.15.5 templates/test/controllers/root_controller_test.rb
hephaestus-0.8.15.4 templates/test/controllers/root_controller_test.rb
hephaestus-0.8.15.3 templates/test/controllers/root_controller_test.rb
hephaestus-0.8.15.2 templates/test/controllers/root_controller_test.rb
hephaestus-0.8.15.1 templates/test/controllers/root_controller_test.rb
hephaestus-0.8.15 templates/test/controllers/root_controller_test.rb
hephaestus-0.8.14 templates/test/controllers/root_controller_test.rb
hephaestus-0.8.13 templates/test/controllers/root_controller_test.rb
hephaestus-0.8.12.2 templates/test/controllers/root_controller_test.rb
hephaestus-0.8.12.1 templates/test/controllers/root_controller_test.rb
hephaestus-0.8.12 templates/test/controllers/root_controller_test.rb
hephaestus-0.8.11 templates/test/controllers/root_controller_test.rb
hephaestus-0.8.10 templates/test/controllers/root_controller_test.rb
hephaestus-0.8.9.2 templates/test/controllers/root_controller_test.rb
hephaestus-0.8.9.1 templates/test/controllers/root_controller_test.rb
hephaestus-0.8.9 templates/test/controllers/root_controller_test.rb
hephaestus-0.8.8 templates/test/controllers/root_controller_test.rb
hephaestus-0.8.7.5 templates/test/controllers/root_controller_test.rb
hephaestus-0.8.7.4 templates/test/controllers/root_controller_test.rb
hephaestus-0.8.7.3 templates/test/controllers/root_controller_test.rb