Guest User

Untitled

a guest
Feb 21st, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. Given /I am on the new make page/ do
  2. visits new_make_url
  3. end
  4.  
  5. Then /a new make called "(\w+)" should be created/ do |name|
  6. Make.exists?(:name => name).should be_true
  7. end
Add Comment
Please, Sign In to add comment