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.7.5.3 templates/test/controllers/root_controller_test.rb
hephaestus-0.7.5.2 templates/test/controllers/root_controller_test.rb
hephaestus-0.7.5.1 templates/test/controllers/root_controller_test.rb
hephaestus-0.7.5 templates/test/controllers/root_controller_test.rb
hephaestus-0.7.4.2 templates/test/controllers/root_controller_test.rb
hephaestus-0.7.4.1 templates/test/controllers/root_controller_test.rb
hephaestus-0.7.4 templates/test/controllers/root_controller_test.rb
hephaestus-0.7.3.1 templates/test/controllers/root_controller_test.rb
hephaestus-0.7.3 templates/test/controllers/root_controller_test.rb
hephaestus-0.7.2.5 templates/test/controllers/root_controller_test.rb
hephaestus-0.7.2.4 templates/test/controllers/root_controller_test.rb
hephaestus-0.7.2.3 templates/test/controllers/root_controller_test.rb
hephaestus-0.7.2.2 templates/test/controllers/root_controller_test.rb
hephaestus-0.7.2.1 templates/test/controllers/root_controller_test.rb
hephaestus-0.7.2 templates/test/controllers/root_controller_test.rb
hephaestus-0.7.1 templates/test/controllers/root_controller_test.rb
hephaestus-0.7.0 templates/test/controllers/root_controller_test.rb
hephaestus-0.6.4 templates/test/controllers/root_controller_test.rb
hephaestus-0.6.3 templates/test/controllers/root_controller_test.rb
hephaestus-0.6.2 templates/test/controllers/root_controller_test.rb