diff --git a/resources/.gitignore b/resources/.gitignore new file mode 100644 index 0000000..fac1215 --- /dev/null +++ b/resources/.gitignore @@ -0,0 +1 @@ +test.config \ No newline at end of file diff --git a/resources/test.config b/resources/test.config.example similarity index 61% rename from resources/test.config rename to resources/test.config.example index 5ff58f1..de89e63 100644 --- a/resources/test.config +++ b/resources/test.config.example @@ -3,10 +3,10 @@ # TODO: remove the ##'s and populate to make the tests work # the consumer oauth stuff for your app -##app.consumer.key= -##app.consumer.secret= +app.consumer.key= +app.consumer.secret= # this user must be authed on the above app -##user.screen.name= -##user.access.token= -##user.access.token.secret= +user.screen.name= +user.access.token= +user.access.token.secret=