From 949912d793cc8b80e6acb0978268405dc21a13e9 Mon Sep 17 00:00:00 2001 From: Johnson Denen Date: Sat, 22 Apr 2017 22:33:58 -0400 Subject: Use Cask to run tests in TravisCI --- fixture/client.plstore | 2 ++ fixture/empty.plstore | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 fixture/client.plstore create mode 100644 fixture/empty.plstore (limited to 'fixture') diff --git a/fixture/client.plstore b/fixture/client.plstore new file mode 100644 index 0000000..3514ed9 --- /dev/null +++ b/fixture/client.plstore @@ -0,0 +1,2 @@ +;;; public entries -*- mode: plstore -*- +(("mastodon" :client_id "id" :client_secret "secret")) diff --git a/fixture/empty.plstore b/fixture/empty.plstore new file mode 100644 index 0000000..4685e78 --- /dev/null +++ b/fixture/empty.plstore @@ -0,0 +1,2 @@ +;;; public entries -*- mode: plstore -*- +(("ignore" :client_id "id" :client_secret "secret")) -- cgit v1.2.3