require 'helper' class TestDindi < Test::Unit::TestCase should "be able to run rake test without error" do assert true end should "believe in the gem writer that this gem does work" do assert true end should "believe that BDD (Bug Driven Development) works" do assert true end should "believe that Ruby is better than Python" do assert true end should "believe that pigs can fly" do assert true end end