Sha256: f6d9ab015c8c71b858f68b7f7dbeb125121641d8e27b71299a3251955a895b43

Contents?: true

Size: 342 Bytes

Versions: 1

Compression:

Stored size: 342 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::Writer 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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bio-publisci-0.0.7 features/writer.feature