Sha256: c3ed5b76e9f154f6aa536a0d8c8a566b9bcc85bc90e2b4f882ed96a6b62a2818
Contents?: true
Size: 376 Bytes
Versions: 1
Compression:
Stored size: 376 Bytes
Contents
Given /^I have mounted "([^"]*)" at "([^"]*)" with these options:$/ do |application, path, options| Noumenon.mount(path, application.constantize, options.rows_hash.symbolize_keys) Capybara.app = Noumenon.server end Given /^I have mounted "([^"]*)" at "([^"]*)"$/ do |application, path| Noumenon.mount(path, application.constantize) Capybara.app = Noumenon.server end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
noumenon-0.2.3 | lib/noumenon/cucumber/application_steps.rb |