Guest User

Untitled

a guest
Feb 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. require File.dirname(__FILE__) + '/../../spec_helper'
  2.  
  3. describe Admin::SuscriptoresHelper do
  4.  
  5. #Delete this example and add some real ones or delete this file
  6. it "should include the Admin::SuscriptoresHelper" do
  7. included_modules = self.metaclass.send :included_modules
  8. included_modules.should include(Admin::SuscriptoresHelper)
  9. end
  10.  
  11. end
Add Comment
Please, Sign In to add comment