pt-flow 0.2.1 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +3 -3
- data/lib/pt-flow/ui.rb +15 -12
- data/lib/pt-flow/version.rb +1 -1
- data/spec/support/webmock.rb +0 -4
- metadata +15 -68
- data/spec/fixtures/activity.xml +0 -177
- data/spec/fixtures/backup_stories.xml +0 -270
- data/spec/fixtures/bugs.xml +0 -279
- data/spec/fixtures/created_note.xml +0 -14
- data/spec/fixtures/created_story.xml +0 -14
- data/spec/fixtures/iterations_all.xml +0 -243
- data/spec/fixtures/iterations_backlog.xml +0 -166
- data/spec/fixtures/iterations_current.xml +0 -48
- data/spec/fixtures/iterations_current_backlog.xml +0 -211
- data/spec/fixtures/iterations_done.xml +0 -34
- data/spec/fixtures/notes.xml +0 -33
- data/spec/fixtures/project_activity.xml +0 -177
- data/spec/fixtures/tasks.xml +0 -24
- data/spec/fixtures/update_tasks.xml +0 -8
data/spec/fixtures/tasks.xml
DELETED
@@ -1,24 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<tasks type="array">
|
3
|
-
<task>
|
4
|
-
<id type="integer">468113</id>
|
5
|
-
<description>Task number 1</description>
|
6
|
-
<position>1</position>
|
7
|
-
<complete>false</complete>
|
8
|
-
<created_at type="datetime">2010/07/27 21:51:28 UTC</created_at>
|
9
|
-
</task>
|
10
|
-
<task>
|
11
|
-
<id type="integer">468114</id>
|
12
|
-
<description>Number 2 Task</description>
|
13
|
-
<position>2</position>
|
14
|
-
<complete>false</complete>
|
15
|
-
<created_at type="datetime">2010/07/27 21:51:32 UTC</created_at>
|
16
|
-
</task>
|
17
|
-
<task>
|
18
|
-
<id type="integer">468117</id>
|
19
|
-
<description>3rd task is a charm</description>
|
20
|
-
<position>3</position>
|
21
|
-
<complete>true</complete>
|
22
|
-
<created_at type="datetime">2010/07/27 21:51:42 UTC</created_at>
|
23
|
-
</task>
|
24
|
-
</tasks>
|