diff options
author | Johnson Denen <johnson.denen@gmail.com> | 2017-04-12 09:41:17 -0400 |
---|---|---|
committer | Johnson Denen <johnson.denen@gmail.com> | 2017-04-12 18:11:48 -0400 |
commit | 59390fba8c795973069064f4216550f4e088a98f (patch) | |
tree | 6f445ae5d7d2a2c3e3abb4d1e334427b338187ec /test/fixture | |
parent | 24e038facf1a17d4996a9bca400aa6fe5ebf310b (diff) |
Add mastodon--client-app tests
Diffstat (limited to 'test/fixture')
-rw-r--r-- | test/fixture/client.plstore | 2 | ||||
-rw-r--r-- | test/fixture/empty.plstore | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/test/fixture/client.plstore b/test/fixture/client.plstore new file mode 100644 index 0000000..3514ed9 --- /dev/null +++ b/test/fixture/client.plstore @@ -0,0 +1,2 @@ +;;; public entries -*- mode: plstore -*- +(("mastodon" :client_id "id" :client_secret "secret")) diff --git a/test/fixture/empty.plstore b/test/fixture/empty.plstore new file mode 100644 index 0000000..4685e78 --- /dev/null +++ b/test/fixture/empty.plstore @@ -0,0 +1,2 @@ +;;; public entries -*- mode: plstore -*- +(("ignore" :client_id "id" :client_secret "secret")) |