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 / symbol_spec.rb
Size: Mime:
describe Symbol, "#as_avro" do
  it "returns the String representation of the Symbol" do
    expect(:hello.as_avro).to eq("hello")
  end
end