Skip to content

Instantly share code, notes, and snippets.

@ckozus
Created July 22, 2008 13:48
Show Gist options
  • Save ckozus/960 to your computer and use it in GitHub Desktop.
Save ckozus/960 to your computer and use it in GitHub Desktop.
require File.dirname(__FILE__) + '/../../spec_helper'
describe Admin::SuscriptoresHelper do
#Delete this example and add some real ones or delete this file
it "should include the Admin::SuscriptoresHelper" do
included_modules = self.metaclass.send :included_modules
included_modules.should include(Admin::SuscriptoresHelper)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment