summaryrefslogtreecommitdiff
path: root/spec/ruby/core/string/string_spec.rb
blob: cdefbbecbdaa70eddb906800550907d472ae037b (plain)
1
2
3
4
5
6
7
require_relative '../../spec_helper'

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