# File lib/spec/matchers/equal.rb, line 5
      def initialize(expected)
        @expected = expected
      end