Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
avro_turf / spec / core_ext / string_spec.rb
Size: Mime:
describe String, "#as_avro" do
  it "returns itself" do
    expect("hello".as_avro).to eq "hello"
  end
end