Guest User

Untitled

a guest
Aug 20th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. #
  2. # | \/ | | | | | / _|
  3. # | \ / | ___ __ _| |_| | ___ __ _| |_
  4. # | |\/| |/ _ \/ _` | __| |/ _ \ / _` | _|
  5. # | | | | __/ (_| | |_| | (_) | (_| | |
  6. # |_| |_|\___|\__,_|\__|_|\___/ \__,_|_|
  7. #
  8. # ~ JUST ANOTHER SCAM ~
  9. #
  10. # Get the 95% of Cucumber with just 6 aliases
  11. #
  12.  
  13. require 'minitest/spec'
  14.  
  15. alias Feature describe
  16. alias Given send
  17. alias When send
  18. alias Then send
  19.  
  20. class << MiniTest::Spec
  21. alias Scenario it
  22. end
  23.  
  24. class Module
  25. alias Step define_method
  26. end
Add Comment
Please, Sign In to add comment