summaryrefslogtreecommitdiff
path: root/spec/ruby/core/string/string_spec.rb
blob: 37a858acae13a3c3bebebd8df1d0b6cb142c8094 (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../spec_helper', __FILE__)

describe "String" do
  it "includes Comparable" do
    String.include?(Comparable).should == true
  end
end