Guest User

Untitled

a guest
Dec 10th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Given /^I have access to(?: the)? "([^"]*)"$/ do |feature|
  2. activate_feature(feature)
  3. end
  4.  
  5. Given /^I do not have access to(?: the)? "([^"]*)"$/ do |feature|
  6. deactivate_feature(feature)
  7. end
Add Comment
Please, Sign In to add comment