Sha256: 56363740828cc4aaa459ea257bf2def213db68e83c9e36d0f56d611df273bee7
Contents?: true
Size: 432 Bytes
Versions: 11
Compression:
Stored size: 432 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '../../spec_helper') require "cloudist/core_ext/string" describe "String" do it "should support ends_with?" do "started!".ends_with?('!').should be_true "started!".ends_with?('-').should be_false end it "should support starts_with?" do "event-started".starts_with?("event").should be_true "event-started".starts_with?("reply").should be_false end end
Version data entries
11 entries across 11 versions & 1 rubygems