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