require 'test_helper' class TestTheTruth < Minitest::Capybara::Spec it "is true" do assert true end end