lib/cutest.rb in cutest-cj-1.3.1 vs lib/cutest.rb in cutest-cj-1.3.2

- old
+ new

@@ -3,10 +3,10 @@ class Cutest autoload :Database, 'database' unless defined?(VERSION) - VERSION = "1.3.1" + VERSION = "1.3.2" FILTER = %r[/(ruby|jruby|rbx)[-/]([0-9\.])+] CACHE = Hash.new { |h, k| h[k] = File.readlines(k) } end class AssertionFailed < StandardError; end