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