Module: EagerEye::RSpec::Matchers

Defined in:
lib/eager_eye/rspec/matchers.rb

Defined Under Namespace

Classes: PassEagerEyeMatcher

Instance Method Summary collapse

Instance Method Details

#pass_eager_eye(options = {}) ⇒ Object



6
7
8
# File 'lib/eager_eye/rspec/matchers.rb', line 6

def pass_eager_eye(options = {})
  PassEagerEyeMatcher.new(options)
end