File: pending_for.rbs

package info (click to toggle)
ruby-rspec-pending-for 0.1.19-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 212 kB
  • sloc: ruby: 152; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 202 bytes parent folder | download
1
2
3
4
5
6
7
module Rspec
  module PendingFor
    # Public API mixed into RSpec
    def pending_for: (Hash[Symbol, untyped] options) -> untyped
    def skip_for: (Hash[Symbol, untyped] options) -> untyped
  end
end