Sha256: 8c7cf97cea8a0f879602bf5db3c6abaa00b885a2e6ea2ab7ae9164af70d49e15
Contents?: true
Size: 253 Bytes
Versions: 14
Compression:
Stored size: 253 Bytes
Contents
require 'spec_helper' describe Coercer::Symbol, '.to_string' do subject { object.to_string(symbol) } let(:object) { described_class.new } let(:symbol) { :piotr } it { should be_instance_of(String) } it { should eql('piotr') } end
Version data entries
14 entries across 12 versions & 4 rubygems