Sha256: c1355b5466d1297238e92450489d3720e9730743bb2cf6b8e8f702280dd39f18
Contents?: true
Size: 266 Bytes
Versions: 3
Compression:
Stored size: 266 Bytes
Contents
require "spec_helper" =begin describe Symbol do describe "#method_missing" do it "#sub. returns a symbol" do :_foo.sub(/_/, '').should == :foo end it "#chars. return a enumerator" do :_foo.chars.should be_an_instance_of Enumerator end end end =end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tagen-1.1.7 | spec/tagen/core/symbol_spec.rb |
tagen-1.1.6 | spec/tagen/core/symbol_spec.rb |
tagen-1.1.5 | spec/tagen/core/symbol_spec.rb |