Sha256: 5ef907801dae1428a9e5a435ff53ba45250f23b546836695391d1a93e2a727e7

Contents?: true

Size: 379 Bytes

Versions: 27

Compression:

Stored size: 379 Bytes

Contents

require 'spec_helper'

module RubySpeech
  module GRXML
    describe PotentialMatch do
      describe "equality" do
        it "should be equal to another PotentialMatch" do
          PotentialMatch.new.should == PotentialMatch.new
        end

        it "should not equal a match" do
          PotentialMatch.new.should_not == Match.new
        end
      end
    end
  end
end

Version data entries

27 entries across 27 versions & 1 rubygems

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