class Object
Public Instance Methods
when_a_user_wishes_to_hear_more_about_acme()
click to toggle source
# File lib/bdd_rails/templates/example/spec/features/newsletter_spec.rb, line 7 def when_a_user_wishes_to_hear_more_about_acme visit new_newsletter_subscription_path fill_in :newsletter_subscription_email, with: FFaker::Internet.email click_button 'Sign up' end