Guest User

Untitled

a guest
Jul 17th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. module Spec
  2. module Example
  3. # Base class for customized example groups. Use this if you
  4. # want to make a custom example group.
  5. class ExampleGroup
  6. extend Spec::Example::ExampleGroupMethods
  7. include Spec::Example::ExampleMethods
  8. end
  9. end
  10. end
Add Comment
Please, Sign In to add comment