notebook/test/controllers/referrals_controller_test.rb
Andrew Brown 8979ebef26 wip
2019-10-01 06:36:59 -05:00

10 lines
184 B
Ruby

require 'test_helper'
class ReferralsControllerTest < ActionDispatch::IntegrationTest
test "should get index" do
get referrals_index_url
assert_response :success
end
end