Class: JetBlack::RSpec::Matchers::HaveStderr
- Inherits:
-
RSpec::Matchers::BuiltIn::Match
- Object
- RSpec::Matchers::BuiltIn::Match
- JetBlack::RSpec::Matchers::HaveStderr
- Defined in:
- lib/jet_black/rspec/matchers.rb
Instance Method Summary collapse
Instance Method Details
#matches?(actual) ⇒ Boolean
49 50 51 |
# File 'lib/jet_black/rspec/matchers.rb', line 49 def matches?(actual) super(actual.stderr) end |