about summary refs log tree commit diff stats
path: root/test/controllers/records_controller_test.rb
blob: 6eeb2c3110b4c0be672ee4554f6c3f9b34c185be (plain) (blame)
1
2
3
4
5
6
7
8
9
require 'test_helper'

class RecordsControllerTest < ActionDispatch::IntegrationTest
  test "should get index" do
    get records_index_url
    assert_response :success
  end

end