Repository URL to install this package:
describe String, "#as_avro" do it "returns itself" do expect("hello".as_avro).to eq "hello" end end