Projects

Ticket #435: sample.plist

File sample.plist, 1.8 KB (added by joshua.ballanco@…, 2 years ago)

macgem install sample

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4  <dict>
5    <key>features</key>
6    <array>
7      <dict>
8        <key>description</key>
9        <string>In order to use Podcast Producer
10          As an administrator
11          I need to be able to configure Podcast Producer</string>
12        <key>name</key>
13        <string>Setup</string>
14        <key>scenarios</key>
15        <array>
16          <dict>
17            <key>given</key>
18            <string>Given a server with Podcast Producer not configured</string>
19            <key>given_status</key>
20            <string>Pass</string>
21            <key>name</key>
22            <string>Setup all-in-one from command line</string>
23            <key>then</key>
24            <string>Then I should see pcastserverd running</string>
25            <key>then_status</key>
26            <string>Pass</string>
27            <key>when</key>
28            <string>When I configure Podcast Producer as all-in-one from command-line</string>
29            <key>when_status</key>
30            <string>Pass</string>
31          </dict>
32          <dict>
33            <key>given</key>
34            <string>Given an all-in-one configured server</string>
35            <key>given_status</key>
36            <string>Pass</string>
37            <key>name</key>
38            <string>Submit file for proccessing</string>
39            <key>then</key>
40            <string>I should see a new entry in the Podcast Producer Library</string>
41            <key>then_status</key>
42            <string>Failed</string>
43            <key>when</key>
44            <string>I submit a file for processing with the Single Source workflow</string>
45            <key>when_status</key>
46            <string>Skipped</string>
47          </dict>
48        </array>
49      </dict>
50    </array>
51  </dict>
52</plist>