Sha256: cf3f1ec124a21f52a6be717357d667b64f09789887f8c05fa8fcdab98cdb7f89
Contents?: true
Size: 181 Bytes
Versions: 26
Compression:
Stored size: 181 Bytes
Contents
scope "another scope" do test do raise "This is not raised" end end scope "scope" do test "test" do assert true end test do raise "This is raised" end end
Version data entries
26 entries across 26 versions & 3 rubygems