Sha256: 06cbe32c2003d459c3f21bedfe5a6ad755a7aec5ab487bcc2516869404a4a6fa
Contents?: true
Size: 511 Bytes
Versions: 7
Compression:
Stored size: 511 Bytes
Contents
Feature: export to various formats using writers In order to use RDF encoded data in other applications I want to export domain objects using an PubliSci::Writers object Scenario: write to ARFF format Given a ARFF writer When I call its from_turtle method on the file spec/turtle/bacon Then I should receive a .arff file as a string Scenario: write to CSV Given a CSV writer When I call its from_turtle method on the file spec/turtle/bacon Then I should receive a .csv file as a string
Version data entries
7 entries across 7 versions & 2 rubygems