From 1abc7ee2efc399fb418564b226ff6f965fe9628a Mon Sep 17 00:00:00 2001 From: Brandon Keepers Date: Tue, 18 Nov 2014 15:04:12 -0500 Subject: [PATCH] remove unused assertion --- test/test_samples.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/test_samples.rb b/test/test_samples.rb index 65bd9a01..4f841504 100644 --- a/test/test_samples.rb +++ b/test/test_samples.rb @@ -79,7 +79,4 @@ class TestSamples < Test::Unit::TestCase end end end - - def assert_samples(language_matches, file_glob) - end end