Skip to content

Commit

Permalink
Ignoring test.config to prevent accidental checkins; adding blank tes…
Browse files Browse the repository at this point in the history
…t.config.example
  • Loading branch information
peat committed Jan 4, 2013
1 parent 69d761d commit aca50b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions resources/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
test.config
10 changes: 5 additions & 5 deletions resources/test.config → resources/test.config.example
Original file line number Diff line number Diff line change
Expand Up @@ -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=

0 comments on commit aca50b7

Please sign in to comment.