Sha256: 70bd3fd65f10bf22feb969345e8c0ae138ab5183844877f57f28d6cba7df1cb2
Contents?: true
Size: 327 Bytes
Versions: 1
Compression:
Stored size: 327 Bytes
Contents
Given /^no content repository has been configured$/ do Noumenon.content_repository = nil Capybara.app = Noumenon.server end Given /^this content item exists at "([^"]*)"$/ do |path, fields| Noumenon.content_repository.put(path, fields.rows_hash) end Given /^no content item exists at "([^"]*)"$/ do |path| # noop end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
noumenon-0.2.3 | lib/noumenon/cucumber/content_steps.rb |