1. Given /^I have a site that has a model and modeltype named "([^"]*)"$/ do
  2. Model.make
  3. ModelType.make
  4. end