Guest User

Untitled

a guest
Jul 20th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. # fix the #context alias to refer to the overriding class method #describe
  2. module Spec
  3. module Rails
  4. module Example
  5. class << ControllerExampleGroup
  6. alias context describe
  7. end
  8. end
  9. end
  10. end
Add Comment
Please, Sign In to add comment