Sha256: 26e40720924b57a0e8b4cfdaa87b91e0dfe7ab90e618a9dbb3c37798ee0eca5b

Contents?: true

Size: 175 Bytes

Versions: 45

Compression:

Stored size: 175 Bytes

Contents

#!/usr/bin/env rspec

require 'spec_helper'

class Symbol
  describe "#<=>" do
    it "should be sortable" do
      [:foo, :bar].sort.should == [:bar, :foo]
    end
  end
end

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
mcollective-client-2.12.5 spec/unit/mcollective/symbol_spec.rb
mcollective-client-2.12.4 spec/unit/mcollective/symbol_spec.rb
mcollective-client-2.12.3 spec/unit/mcollective/symbol_spec.rb
mcollective-client-2.12.1 spec/unit/mcollective/symbol_spec.rb
mcollective-client-2.12.0 spec/unit/mcollective/symbol_spec.rb
mcollective-client-2.10.6 spec/unit/mcollective/symbol_spec.rb
mcollective-client-2.11.4 spec/unit/mcollective/symbol_spec.rb
mcollective-client-2.11.3 spec/unit/mcollective/symbol_spec.rb
mcollective-client-2.11.2 spec/unit/mcollective/symbol_spec.rb
mcollective-client-2.11.1 spec/unit/mcollective/symbol_spec.rb
mcollective-client-2.11.0 spec/unit/mcollective/symbol_spec.rb
mcollective-client-2.10.4 spec/unit/mcollective/symbol_spec.rb
mcollective-client-2.10.3 spec/unit/mcollective/symbol_spec.rb
mcollective-client-2.10.2 spec/unit/mcollective/symbol_spec.rb
mcollective-client-2.10.1 spec/unit/mcollective/symbol_spec.rb
mcollective-client-2.10.0 spec/unit/mcollective/symbol_spec.rb
mcollective-client-2.8.7 spec/unit/mcollective/symbol_spec.rb
mcollective-client-2.8.5 spec/unit/mcollective/symbol_spec.rb
mcollective-client-2.8.8 spec/unit/mcollective/symbol_spec.rb
mcollective-client-2.8.6 spec/unit/mcollective/symbol_spec.rb