File: rspec.rb

package info (click to toggle)
ruby-ae 1.8.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 208 kB
  • sloc: ruby: 936; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
require 'ae'

AE.assertion_error = ::RSpec::Expectations::ExpectationNotMetError

# TODO: Teach RSpec the expanded concept of assertions, as Exception
# classes that respond to `#assertion?` in the affirmative.