test/glue/tc_configuration.rb in glue-0.26.0 vs test/glue/tc_configuration.rb in glue-0.27.0

- old
+ new

@@ -12,16 +12,17 @@ class Another setting :max_age, :default => 4, :doc => 'Maximum allowed age' end -class Configuration +class Glue::Configuration def self.clear_all_settings @@owners = Hash.new end end class TC_Configuration < Test::Unit::TestCase # :nodoc: all + include Glue class Internal setting :radius, :default => 4 end