Module: ArchUnit::Testing::RSpecMatchers
- Defined in:
- lib/archunit/testing/rspec_adapter.rb
Overview
Methods mixed into RSpec's matcher namespace when the framework is present.
Instance Method Summary collapse
Instance Method Details
#pass(options = nil) ⇒ Object
39 40 41 |
# File 'lib/archunit/testing/rspec_adapter.rb', line 39 def pass( = nil) RSpecPassMatcher.new() end |