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 / time_spec.rb
Size: Mime:
describe Time, "#as_avro" do
  it "returns an ISO8601 string describing the time" do
    time = Time.now
    expect(time.as_avro).to eq(time.iso8601)
  end
end