Class: ErrorTest

Inherits:
Test::Unit::TestCase
  • Object
show all
Defined in:
ext/cargo-vendor/magnus-0.7.1/examples/custom_exception_ruby/test/error_test.rb,
ext/cargo-vendor/magnus-0.7.1/examples/custom_exception_rust/test/error_test.rb

Instance Method Summary collapse

Instance Method Details

#test_error?Boolean



8
9
10
# File 'ext/cargo-vendor/magnus-0.7.1/examples/custom_exception_ruby/test/error_test.rb', line 8

def test_error?
  assert_raise(Ahriman::RubricError) { Ahriman::cast_rubric }
end