Sha256: d6ac08184130d93c4ae0486c82175593e9f0afa991a5458b603e7aadf7c2e1f5

Contents?: true

Size: 321 Bytes

Versions: 21

Compression:

Stored size: 321 Bytes

Contents

require 'spec_helper'

module RubySpeech
  module GRXML
    describe MaxMatch do
      it_behaves_like "match"

      it { should be_a Match }

      describe "equality" do
        it "should never be equal to a MaxMatch" do
          described_class.new.should_not eql(Match.new)
        end
      end
    end
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
ruby_speech-2.4.0-java spec/ruby_speech/grxml/max_match_spec.rb
ruby_speech-2.4.0 spec/ruby_speech/grxml/max_match_spec.rb
ruby_speech-2.3.2-java spec/ruby_speech/grxml/max_match_spec.rb
ruby_speech-2.3.2 spec/ruby_speech/grxml/max_match_spec.rb
ruby_speech-2.3.1-java spec/ruby_speech/grxml/max_match_spec.rb
ruby_speech-2.3.1 spec/ruby_speech/grxml/max_match_spec.rb
ruby_speech-2.3.0-java spec/ruby_speech/grxml/max_match_spec.rb
ruby_speech-2.3.0 spec/ruby_speech/grxml/max_match_spec.rb
ruby_speech-2.2.2-java spec/ruby_speech/grxml/max_match_spec.rb
ruby_speech-2.2.2 spec/ruby_speech/grxml/max_match_spec.rb
ruby_speech-2.2.1-java spec/ruby_speech/grxml/max_match_spec.rb
ruby_speech-2.2.1 spec/ruby_speech/grxml/max_match_spec.rb
ruby_speech-2.2.0-java spec/ruby_speech/grxml/max_match_spec.rb
ruby_speech-2.2.0 spec/ruby_speech/grxml/max_match_spec.rb
ruby_speech-2.1.2-java spec/ruby_speech/grxml/max_match_spec.rb
ruby_speech-2.1.2 spec/ruby_speech/grxml/max_match_spec.rb
ruby_speech-2.1.1-java spec/ruby_speech/grxml/max_match_spec.rb
ruby_speech-2.1.1 spec/ruby_speech/grxml/max_match_spec.rb
ruby_speech-2.1.0-java spec/ruby_speech/grxml/max_match_spec.rb
ruby_speech-2.1.0 spec/ruby_speech/grxml/max_match_spec.rb