X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=test%2Funit%2Fproduct_test.rb;h=bb39ca7c568963cb03747d7ad0fa567d5d4aa1ac;hb=09cd438e77dd418b03b67e3e6a4b48ec95b72d1d;hp=cd51c0755ce9d86639eae0f10bc6943d3e931fa2;hpb=e580d4626176c8deb6f44fec7e66f980b5923b29;p=depot.git diff --git a/test/unit/product_test.rb b/test/unit/product_test.rb index cd51c07..bb39ca7 100644 --- a/test/unit/product_test.rb +++ b/test/unit/product_test.rb @@ -2,7 +2,7 @@ require 'test_helper' class ProductTest < ActiveSupport::TestCase # Replace this with your real tests. - def test_truth + test "the truth" do assert true end end