Sha256: eb1c0b1ab1cfe64fb0f59ebffe849b97e835efc2beef9fc4508a799c88173bb0

Contents?: true

Size: 289 Bytes

Versions: 21

Compression:

Stored size: 289 Bytes

Contents

require 'spec_helper'

module RubySpeech
  module GRXML
    describe Match do
      it_behaves_like "match"

      describe "equality" do
        it "should never be equal to a MaxMatch" do
          described_class.new.should_not eql(MaxMatch.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/match_spec.rb
ruby_speech-2.4.0 spec/ruby_speech/grxml/match_spec.rb
ruby_speech-2.3.2-java spec/ruby_speech/grxml/match_spec.rb
ruby_speech-2.3.2 spec/ruby_speech/grxml/match_spec.rb
ruby_speech-2.3.1-java spec/ruby_speech/grxml/match_spec.rb
ruby_speech-2.3.1 spec/ruby_speech/grxml/match_spec.rb
ruby_speech-2.3.0-java spec/ruby_speech/grxml/match_spec.rb
ruby_speech-2.3.0 spec/ruby_speech/grxml/match_spec.rb
ruby_speech-2.2.2-java spec/ruby_speech/grxml/match_spec.rb
ruby_speech-2.2.2 spec/ruby_speech/grxml/match_spec.rb
ruby_speech-2.2.1-java spec/ruby_speech/grxml/match_spec.rb
ruby_speech-2.2.1 spec/ruby_speech/grxml/match_spec.rb
ruby_speech-2.2.0-java spec/ruby_speech/grxml/match_spec.rb
ruby_speech-2.2.0 spec/ruby_speech/grxml/match_spec.rb
ruby_speech-2.1.2-java spec/ruby_speech/grxml/match_spec.rb
ruby_speech-2.1.2 spec/ruby_speech/grxml/match_spec.rb
ruby_speech-2.1.1-java spec/ruby_speech/grxml/match_spec.rb
ruby_speech-2.1.1 spec/ruby_speech/grxml/match_spec.rb
ruby_speech-2.1.0-java spec/ruby_speech/grxml/match_spec.rb
ruby_speech-2.1.0 spec/ruby_speech/grxml/match_spec.rb