notebook/test/controllers/stream_controller_test.rb
2020-03-29 02:38:58 -05:00

10 lines
178 B
Ruby

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