diff --git a/test/integration/admin_task_test.rb b/test/integration/admin_task_test.rb new file mode 100644 --- /dev/null +++ b/test/integration/admin_task_test.rb @@ -0,0 +1,7 @@ +require 'test_helper' + +class AdminTaskTest < ActionDispatch::IntegrationTest + # test "the truth" do + # assert true + # end +end