Sha256: e4defd33fc8014c6112519133f04ed353b1c87f9acd5e17085695a5402286679

Contents?: true

Size: 172 Bytes

Versions: 1

Compression:

Stored size: 172 Bytes

Contents

require "test_helper"

class BootstrapControllerTest < ActionDispatch::IntegrationTest
  test "should get form" do
    get root_path
    assert_response :success
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bootstrap_form-5.1.0 demo/test/controllers/bootstrap_controller_test.rb