File: dokaz_helpers.rb

package info (click to toggle)
ruby-memo-wise 1.5.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 384 kB
  • sloc: ruby: 2,663; makefile: 4; sh: 4
file content (10 lines) | stat: -rw-r--r-- 211 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

# See: https://github.com/zverok/dokaz

require "memo_wise"

# Enable the example RSpec `after` call in README.md to execute successfully
def after(scope, &blk)
  # Do nothing
end