require 'test/unit' class TeslyReporterTest < Test::Unit::TestCase # Replace this with your real tests. def test_this_plugin assert true end end