Sha256: d2872406a60a92ac5191b81237e017b855d914f9fda73ecd1b60d1c222ad4571

Contents?: true

Size: 344 Bytes

Versions: 28

Compression:

Stored size: 344 Bytes

Contents

require 'spec_helper'

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

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

Version data entries

28 entries across 28 versions & 1 rubygems

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