Sha256: 8868a3a48b46de9f377f0b49e089a2bbff58635221fdc83368bc75dbde5d3a20
Contents?: true
Size: 272 Bytes
Versions: 16
Compression:
Stored size: 272 Bytes
Contents
After do # Truncate the test file File.open(File.expand_path("../../fixtures/test.js", __FILE__), "w") @exceptions = 0 end Before do @exceptions = 0 end def add_exception(e) @exceptions = @exceptions + 1 p e.message end def exception_count @exceptions end
Version data entries
16 entries across 16 versions & 3 rubygems