Module: DontRepeatYourself::UnitTestingHelpers::RSpecMatchers

Includes:
RubyProjectHelpers
Included in:
Spec::Matchers
Defined in:
lib/dont_repeat_yourself/unit_testing_helpers.rb

Overview

RSpec Custom Matcher

Defined Under Namespace

Classes: BeDRY

Instance Method Summary collapse

Methods included from RubyProjectHelpers

#ruby_project

Instance Method Details

#be_dryObject

Custom expectation matcher



65
66
67
# File 'lib/dont_repeat_yourself/unit_testing_helpers.rb', line 65

def be_dry
  DontRepeatYourself::UnitTestingHelpers::RSpecMatchers::BeDRY.new
end