Skip to content

Instantly share code, notes, and snippets.

@borkdude
Created November 11, 2011 13:19
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 borkdude/1357979 to your computer and use it in GitHub Desktop.
Save borkdude/1357979 to your computer and use it in GitHub Desktop.
(ns twitter-utils.test.core
(:use [twitter-utils.core]
[midje.sweet]
[twitter.oauth :only [make-oauth-creds]]
[twitter.callbacks]
[twitter.callbacks.handlers]
[twitter.api.restful :only [show-followers
show-friends
lookup-users
def-twitter-restful-method]])
(:require [twitter-utils.test.fixtures :as fixtures])
(:import
(twitter.callbacks.protocols SyncSingleCallback)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment