Skip to content

Instantly share code, notes, and snippets.

@adkron
Created December 3, 2008 20:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adkron/31683 to your computer and use it in GitHub Desktop.
Save adkron/31683 to your computer and use it in GitHub Desktop.
require File.dirname(__FILE__) + '/../test_helper'
class LoggedInControllerExtensionTest < ActiveSupport::TestCase
def setup
self.expects(:before_filter).with(:foo)
self.include LoggedInControllerExtension
end
def test
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment