Sha256: 3c26e475ca937c61949d6a6d5427068beff77508e759c17da9efe1aeaf19699c

Contents?: true

Size: 189 Bytes

Versions: 5

Compression:

Stored size: 189 Bytes

Contents

Given(/^I have a schema with the following content:$/) do |json|
  @schema_json = json
end

Given(/^the schema is stored at the url "(.*?)"$/) do |schema_url|
  @schema_url = schema_url
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
csvlint-0.1.4 features/step_definitions/schema_validation_steps.rb
csvlint-0.1.3 features/step_definitions/schema_validation_steps.rb
csvlint-0.1.1 features/step_definitions/schema_validation_steps.rb
csvlint-0.1.0 features/step_definitions/schema_validation_steps.rb
csvlint-0.0.1 features/step_definitions/schema_validation_steps.rb