Method: Wukong::SpecHelpers::UnitTestMatcher#initialize
- Defined in:
- lib/wukong/spec_helpers/unit_tests/unit_test_matchers.rb
#initialize(*expected) ⇒ UnitTestMatcher
Returns a new instance of UnitTestMatcher.
28 29 30 |
# File 'lib/wukong/spec_helpers/unit_tests/unit_test_matchers.rb', line 28 def initialize *expected self.expected = expected end |