fixed the implementation of Bignum#to_ber.

This commit is contained in:
blackhedd 2006-12-15 18:29:26 +00:00
parent 0bf35f8d3e
commit 5f197cc040
3 changed files with 39 additions and 4 deletions

View file

@ -72,7 +72,7 @@ end
desc "(Provisional) Run tests for SNMP"
task :test_snmp do |t|
run_test_set t, ['tests/testsnmp.rb']
run_test_set t, ['tests/testsnmp.rb', 'tests/testber.rb']
end
spec = eval(File.read("net-ldap.gemspec"))