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.6.1 templates/test/controllers/root_controller_test.rb
hephaestus-0.6.0 templates/test/controllers/root_controller_test.rb
hephaestus-0.5.2 templates/test/controllers/root_controller_test.rb
hephaestus-0.5.1 templates/test/controllers/root_controller_test.rb
hephaestus-0.5.0 templates/test/controllers/root_controller_test.rb
hephaestus-0.4.0 templates/test/controllers/root_controller_test.rb
hephaestus-0.3.1 templates/test/controllers/root_controller_test.rb
hephaestus-0.2.3 templates/test/controllers/root_controller_test.rb
hephaestus-0.2.2 templates/test/controllers/root_controller_test.rb
hephaestus-0.1.3 templates/test/controllers/root_controller_test.rb
hephaestus-0.1.2 templates/test/controllers/root_controller_test.rb
hephaestus-0.1.1 templates/test/controllers/root_controller_test.rb
hephaestus-0.0.2 templates/test/controllers/root_controller_test.rb
hephaestus-0.0.1 templates/test/controllers/root_controller_test.rb