summaryrefslogtreecommitdiff
path: root/features/dataset_yaml.feature
blob: 4eac919e2554669ec96c0019600b7efeb4baad27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@rest
Feature: Dataset

	Scenario Outline: Create a dataset
		Given Content-Type is application/yaml
		And Accept-Type is application/x-yaml
		When I post <data> to the dataset webservice
		#When the task is completed
		Then I should receive a valid URI
		And the URI response should be <data>

	Examples:
		|data|
		|file: hamster_carcinogenicity.yaml|
		|file: hamster_carcinogenicity_fminer_features.yaml|