mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-04 22:08:29 +00:00
7 lines
143 B
Ruby
7 lines
143 B
Ruby
require "test_helper"
|
|
|
|
class DataQueriesControllerTest < ActionDispatch::IntegrationTest
|
|
# test "the truth" do
|
|
# assert true
|
|
# end
|
|
end
|