diff --git a/Rakefile b/Rakefile index 1bab215..5857594 100644 --- a/Rakefile +++ b/Rakefile @@ -72,7 +72,7 @@ end desc "(Provisional) Run tests for SNMP" task :test_snmp do |t| - run_test_set t, ['tests/test_snmp.rb'] + run_test_set t, ['tests/testsnmp.rb'] end spec = eval(File.read("net-ldap.gemspec"))