From 59390fba8c795973069064f4216550f4e088a98f Mon Sep 17 00:00:00 2001 From: Johnson Denen Date: Wed, 12 Apr 2017 09:41:17 -0400 Subject: Add mastodon--client-app tests --- test/fixture/client.plstore | 2 ++ test/fixture/empty.plstore | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 test/fixture/client.plstore create mode 100644 test/fixture/empty.plstore (limited to 'test/fixture') 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")) -- cgit v1.2.3