All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gems.coercible-1.0.0.spec.unit.coercible.coercer.string_spec.rb Maven / Gradle / Ivy

The newest version!
require 'spec_helper'

describe Coercer::String do
  it_behaves_like 'Configurable' do
    describe '.config_name' do
      subject { described_class.config_name }

      it { should be(:string) }
    end
  end
end




© 2015 - 2024 Weber Informatics LLC | Privacy Policy