require File.join(File.dirname(__FILE__), 'ptk_helper') class SimpleScopeTest < Test::Unit::TestCase # Replace this with your real tests. def test_this_plugin assert_no_difference self, :loop do end end protected def loop; 1; end end