From 798e14d837d6d48a9d236ea67129bfae24bdec7a Mon Sep 17 00:00:00 2001 From: jcwimer Date: Sat, 23 Jan 2016 05:04:44 +0000 Subject: [PATCH] Test placeholder to run single tests --- test/integration/single_test_test.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/integration/single_test_test.rb 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