test/factbase/terms/test_strings.rb in factbase-0.1.1 vs test/factbase/terms/test_strings.rb in factbase-0.2.0

- old
+ new

@@ -48,12 +48,6 @@ def test_sprintf t = Factbase::Term.new(:sprintf, ['hi, %s!', 'Jeff']) assert_equal('hi, Jeff!', t.evaluate(fact, [])) end - - private - - def fact(map = {}) - Factbase::Fact.new(Mutex.new, map) - end end