notebook/test/controllers/to_write/data_controller_test.rb
2021-05-21 17:08:18 -07:00

15 lines
288 B
Ruby

require 'test_helper'
class DataControllerTest < ActionDispatch::IntegrationTest
# test "should get index" do
# get data_index_url
# assert_response :success
# end
# test "should get recyclebin" do
# get data_recyclebin_url
# assert_response :success
# end
end