concordion 0.9.9.5 → 0.9.9.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,8 +7,8 @@ require 'rake/clean'
7
7
  require 'rcov/rcovtask'
8
8
  require 'lib/concordion/environment'
9
9
 
10
- PKG_FILES = FileList['**/*'].exclude(/_test_output\.html$/)
11
- PKG_VERSION = '0.9.9.5'
10
+ PKG_FILES = FileList['**/*'].exclude(/documentation/).exclude(/nbproject/).exclude(/pkg/).exclude(/.*tmproj$/)
11
+ PKG_VERSION = '0.9.9.9'
12
12
  LIBS = Dir["test-lib","test","test/concordion","test/spec/goldmasters","test/spec","test/spec/structure","test/spec/tables","test/spec/user-reported"]
13
13
 
14
14
  ENV['RCOR_OUTPUT_DIR'] ||= File.join(File.expand_path(File.dirname( __FILE__)),'documentation','spec-output')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: concordion
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.9.5
4
+ version: 0.9.9.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Goodspeed
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-04-15 00:00:00 -04:00
12
+ date: 2009-04-21 00:00:00 -04:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -41,13 +41,6 @@ extensions: []
41
41
  extra_rdoc_files: []
42
42
 
43
43
  files:
44
- - documentation
45
- - documentation/index.html
46
- - documentation/p
47
- - documentation/p/rcor
48
- - documentation/p/rcor/wiki
49
- - documentation/p/rcor/wiki/Tutorial
50
- - documentation/p/rcor/wiki/Tutorial/index.html
51
44
  - lib
52
45
  - lib/concordion
53
46
  - lib/concordion/binder.rb
@@ -75,16 +68,8 @@ files:
75
68
  - lib/concordion_test_case.rb
76
69
  - lib/goldmaster_test_case.rb
77
70
  - lib/rcor.rb
78
- - nbproject
79
- - nbproject/private
80
- - nbproject/private/private.properties
81
- - nbproject/private/rake-d.txt
82
- - nbproject/project.properties
83
- - nbproject/project.xml
84
71
  - Rakefile.rb
85
72
  - README
86
- - ruby-concordion.tmproj
87
- - spec-output
88
73
  - test
89
74
  - test/concordion
90
75
  - test/concordion/css_decorator_test.rb
@@ -1,88 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
- <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
- <title>
7
- Ruby Concordion
8
- </title>
9
- </head>
10
- <body>
11
- <h1>
12
- <a name="What_is_it?">What is it?</a>
13
- </h1>
14
- <p>
15
- <a name="What_is_it?">A active specification framework for</a> <a href="http://www.ruby-lang.org" rel="nofollow">Ruby</a>. Based largely on <a href="http://www.concordion.org" rel="nofollow">Concordion</a> for Java, but was influenced by <a href="http://www.fitnesse.org" rel="nofollow">FIT</a> as well.
16
- </p>
17
- <h1>
18
- <a name="What_does_it_do?">What does it do?</a>
19
- </h1>
20
- <p>
21
- <a name="What_does_it_do?">Paraphrasing the definition of Concordion:</a>
22
- </p>
23
- <p>
24
- <a name="What_does_it_do?">Ruby Concordion is an open source framework for Ruby that lets you turn a plain English description of a requirement into an automated test -- an active specification.</a>
25
- </p>
26
- <h1>
27
- <a name="Where_can_I_see_what_it_actually_does?">Where can I see what it actually does?</a>
28
- </h1>
29
- <p>
30
- <a name="Where_can_I_see_what_it_actually_does?">See the</a> <a href="http://code.google.com/p/rcor/w/list" rel="nofollow">wiki</a> for more information on ruby-concordion. In particular the following pages provide good starting points for understanding concordion:
31
- </p>
32
- <ul>
33
- <li>
34
- <a href="/p/rcor/wiki/Tutorial">Tutorial</a>
35
- </li>
36
- <li>
37
- <a href="/p/rcor/wiki/RCorOverview">RCorOverview</a>
38
- </li>
39
- <li>
40
- <a href="/p/rcor/wiki/WhatRcorActuallyDoes">WhatRcorActuallyDoes</a>
41
- </li>
42
- <li>
43
- <a href="/p/rcor/wiki/ComplexExample">ComplexExample</a>
44
- </li>
45
- </ul>
46
- <p>
47
- Since <a href="http://rubyonrails.org" rel="nofollow">Rails</a> is so widely used lately, a lot of people want to know about using RCor and Rails together. A short demo is available:
48
- </p>
49
- <ul>
50
- <li>
51
- <a href="/p/rcor/wiki/RailsAndRCor">RailsAndRCor</a>
52
- </li>
53
- </ul>
54
- <h1>
55
- <a name="Where_can_I_get_it?">Where can I get it?</a>
56
- </h1>
57
- <h3>
58
- <a name="Preferred_Method" id="Preferred_Method">Preferred Method</a>
59
- </h3>
60
- <p>
61
- <a name="Preferred_Method" id="Preferred_Method">Click</a> <a href="http://code.google.com/p/rcor/wiki/GemInstallation" rel="nofollow">here</a> for the preferred installation instructions.
62
- </p>
63
- <h3>
64
- <a name="Packaged_Distributions" id="Packaged_Distributions">Packaged Distributions</a>
65
- </h3>
66
- <p>
67
- <a name="Packaged_Distributions" id="Packaged_Distributions">See the</a> <a href="http://code.google.com/p/rcor/downloads/list" rel="nofollow">downloads</a> section for gem, tar and zip distributions.
68
- </p>
69
- <h3>
70
- <a name="Source" id="Source">Source</a>
71
- </h3>
72
- <p>
73
- <a name="Source" id="Source">Click</a> <a href="http://code.google.com/p/rcor/source/browse" rel="nofollow">here</a> to browse the source online.
74
- </p>
75
- <p>
76
- You can checkout a read-only copy of the source using this command:
77
- </p>
78
- <p>
79
- <strong>Anonymous Subversion Access</strong></p><p>This project's SVN repository can be checked out through anonymous access with the following command(s).</p><p><tt>svn checkout http://ruby-concordion.rubyforge.org/svn/</tt><br/>or<br/><tt>svn checkout svn://rubyforge.org/var/svn/ruby-concordion</tt>
80
- </p>
81
- <h1>
82
- <a name="Where_can_I_get_help_or_complain_about_this_thing?">Where can I get help or complain about this thing?</a>
83
- </h1>
84
- <p>
85
- <a name="Where_can_I_get_help_or_complain_about_this_thing?">RCor was written by</a> <a href="http://www.linkedin.com/in/bengoodspeed" rel="nofollow">Ben Goodspeed</a> of <a href="http://goodspeed-it.ca" rel="nofollow">Goodspeed IT Consulting</a>. If you have questions or comments, please post to ruby-concordion@googlegroups.com.
86
- </p>
87
- </body>
88
- </html>
@@ -1,75 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
- <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
- <title>
7
- index
8
- </title>
9
- </head>
10
- <body>
11
- <h1>
12
- <a name="Tutorial" id="Tutorial">Tutorial</a>
13
- </h1>
14
- <p>
15
- <a name="Tutorial" id="Tutorial">Learn how to instrument html documents to make them active specifications with RCor.</a>
16
- </p>
17
- <h1>
18
- <a name="Details" id="Details">Details</a>
19
- </h1>
20
- <p>
21
- <a name="Details" id="Details">Here is the canonical Hello World example for rcor. Readers familiar with Concordion will note that the instrumentation is exactly the same for this example.</a>
22
- </p>
23
- <p>
24
- <a name="Details" id="Details">We will create two files that correspond to the test: "basic_assert.html" and "basic_assert_test.rb".</a>
25
- </p>
26
- <h2>
27
- <a name="The_Test:_basic_assert.html" id="The_Test:_basic_assert.html">The Test: basic_assert.html</a>
28
- </h2>
29
- <pre class="prettyprint">
30
- <a name="The_Test:_basic_assert.html" id="The_Test:_basic_assert.html"><span class="pun">&lt;</span><span class="tag">html</span><span class="pln"> </span><span class="atn">xmlns:concordion</span><span class="pun">=</span><span class="atv">"http://www.concordion.org/2007/concordion"</span><span class="pun">&gt;</span><span class="pln"><br /> </span><span class="pun">&lt;</span><span class="tag">body</span><span class="pun">&gt;</span><span class="pln"><br /> The greeting should be: </span><span class="pun">&lt;</span><span class="tag">p</span><span class="pln"> </span><span class="atn">concordion:assertEquals</span><span class="pun">=</span><span class="atv">"get_greeting"</span><span class="pun">&gt;</span><span class="pln">Hello World!</span><span class="pun">&lt;/</span><span class="tag">p</span><span class="pun">&gt;</span><span class="pln"><br /> </span><span class="pun">&lt;/</span><span class="tag">body</span><span class="pun">&gt;</span><span class="pln"><br /></span><span class="pun">&lt;/</span><span class="tag">html</span><span class="pun">&gt;</span></a>
31
- </pre>
32
- <p>
33
- <a name="The_Test:_basic_assert.html" id="The_Test:_basic_assert.html">Here we're using the RCor command "assertEquals" to compare the actual results of our system to the expected results. In this case, we expect "Hello World!" when we invoke the system through "get_greeting" in the fixture class.</a>
34
- </p>
35
- <h2>
36
- <a name="The_Fixture:_basic_assert_test.rb" id="The_Fixture:_basic_assert_test.rb">The Fixture: basic_assert_test.rb</a>
37
- </h2>
38
- <pre class="prettyprint">
39
- <a name="The_Fixture:_basic_assert_test.rb" id="The_Fixture:_basic_assert_test.rb"><span class="kwd">class</span><span class="pln"> </span><span class="typ">BasicAssertTest</span><span class="pln"> </span><span class="pun">&lt;</span><span class="pln"> </span><span class="typ">ConcordionTestCase</span><span class="pln"><br /> </span><span class="kwd">def</span><span class="pln"> get_greeting<br /> </span><span class="str">"Hello World!"</span><span class="pln"> </span><span class="com"># Normally this would call the code you're trying to test</span><span class="pln"><br /> </span><span class="kwd">end</span><span class="pln"><br />end</span></a>
40
- </pre>
41
- <p>
42
- <a name="The_Fixture:_basic_assert_test.rb" id="The_Fixture:_basic_assert_test.rb">Then we create a script to run our hello world test: "run_the_spec.rb".</a>
43
- </p>
44
- <p>
45
- <a name="The_Fixture:_basic_assert_test.rb" id="The_Fixture:_basic_assert_test.rb"><i>In practice the next file need not be created if your project has other tests (e.g. if you are using Rake and globs like <tt>*</tt><tt>_</tt>test.rb to find your project tests).</i></a>
46
- </p>
47
- <h2>
48
- <a name="Runtime:_run_the_spec.rb" id="Runtime:_run_the_spec.rb">Runtime: run_the_spec.rb</a>
49
- </h2>
50
- <pre class="prettyprint">
51
- <a name="Runtime:_run_the_spec.rb" id="Runtime:_run_the_spec.rb"><span class="com"># This is the simplest script to run an RCor spec, normally would be a Rake script.</span><span class="pln"><br /></span><span class="kwd">require</span><span class="pln"> </span><span class="str">'test/unit'</span><span class="pln"><br /></span><span class="kwd">require</span><span class="pln"> </span><span class="str">'rcor'</span><span class="pln"><br /></span><span class="kwd">require</span><span class="pln"> </span><span class="str">'basic_assert_test'</span></a>
52
- </pre>
53
- <p>
54
- <a name="Runtime:_run_the_spec.rb" id="Runtime:_run_the_spec.rb">Result: running "run_the_spec.rb" will hand control to RCor and produce "basic_assert_test_output.html'.</a>
55
- </p>
56
- <p>
57
- <a name="Runtime:_run_the_spec.rb" id="Runtime:_run_the_spec.rb">This file will be based on the input document, but will find RCor commands in the HTML and decorate them with either Success or Failure, depending on the behavior of the code you're testing.</a>
58
- </p>
59
- <p>
60
- <a name="Runtime:_run_the_spec.rb" id="Runtime:_run_the_spec.rb">It looks like this:</a>
61
- </p>
62
- <h2>
63
- <a name="Output_snippet_from:_basic_assert_test_output.html" id="Output_snippet_from:_basic_assert_test_output.html">Output snippet from: basic_assert_test_output.html</a>
64
- </h2>
65
- <pre class="prettyprint">
66
- <a name="Output_snippet_from:_basic_assert_test_output.html" id="Output_snippet_from:_basic_assert_test_output.html"><span class="pln"> </span><span class="typ">The</span><span class="pln"> </span><span class="typ">Greeting</span><span class="pln"> should be</span><span class="pun">:</span><span class="pln"> </span><span class="pun">&lt;</span><span class="pln">p concordion</span><span class="pun">:</span><span class="pln">assertequals</span><span class="pun">=</span><span class="str">"get_greeting"</span><span class="pln"> </span><span class="kwd">class</span><span class="pun">=</span><span class="str">"concordion_success"</span><span class="pun">&gt;</span><span class="typ">Hello</span><span class="pln"> </span><span class="typ">World</span><span class="pun">!&lt;</span><span class="str">/p&gt;</span></a>
67
- </pre>
68
- <h2>
69
- <a name="Want_to_know_more?">Want to know more?</a>
70
- </h2>
71
- <p>
72
- <a name="Want_to_know_more?">Have a look at a more</a> <a href="/p/rcor/wiki/ComplexExample">ComplexExample</a>, or see <a href="/p/rcor/wiki/WhatRcorActuallyDoes">WhatRcorActuallyDoes</a>, or <a href="/p/rcor/wiki/VariationsOnAttributes">VariationsOnAttributes</a>.
73
- </p>
74
- </body>
75
- </html>
@@ -1,2 +0,0 @@
1
- file.reference.trunk-lib=/home/bg/src/concordion/ruby-concordion/trunk/lib
2
- file.reference.trunk-tests=/home/bg/src/concordion/ruby-concordion/trunk/tests
@@ -1,21 +0,0 @@
1
- clean=Remove any temporary products.
2
- clobber=Remove any generated file.
3
- clobber_package=Remove package products
4
- clobber_rcov=Remove rcov products for rcov
5
- clobber_rdoc=Remove rdoc products
6
- commit_prep=
7
- default=
8
- gem=Build the gem file concordion-0.9.9.gem
9
- html=
10
- html/index.html=
11
- package=Build all the packages
12
- pkg=
13
- pkg/concordion-0.9.9=
14
- pkg/concordion-0.9.9.gem=
15
- pkg/concordion-0.9.9.tgz=
16
- pkg/concordion-0.9.9.zip=
17
- rcov=Analyze code coverage with tests
18
- rdoc=Build the rdoc HTML Files
19
- repackage=Force a rebuild of the package files
20
- rerdoc=Force a rebuild of the RDOC files
21
- test=Run tests
@@ -1,7 +0,0 @@
1
- file.reference.trunk-lib=lib
2
- file.reference.trunk-tests=tests
3
- main.file=
4
- platform.active=Ruby
5
- source.encoding=windows-1252
6
- src.dir=${file.reference.trunk-lib}
7
- test.src.dir=${file.reference.trunk-tests}
@@ -1,15 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project xmlns="http://www.netbeans.org/ns/project/1">
3
- <type>org.netbeans.modules.ruby.rubyproject</type>
4
- <configuration>
5
- <data xmlns="http://www.netbeans.org/ns/ruby-project/1">
6
- <name>Concordion</name>
7
- <source-roots>
8
- <root id="src.dir"/>
9
- </source-roots>
10
- <test-roots>
11
- <root id="test.src.dir"/>
12
- </test-roots>
13
- </data>
14
- </configuration>
15
- </project>
@@ -1,249 +0,0 @@
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>currentDocument</key>
6
- <string>test/concordion/invoker_test.rb</string>
7
- <key>documents</key>
8
- <array>
9
- <dict>
10
- <key>expanded</key>
11
- <true/>
12
- <key>name</key>
13
- <string>trunk</string>
14
- <key>regexFolderFilter</key>
15
- <string>!.*/(\.[^/]*|CVS|_darcs|_MTN|\{arch\}|blib|.*~\.nib|.*\.(framework|app|pbproj|pbxproj|xcode(proj)?|bundle))$</string>
16
- <key>sourceDirectory</key>
17
- <string></string>
18
- </dict>
19
- </array>
20
- <key>fileHierarchyDrawerWidth</key>
21
- <integer>290</integer>
22
- <key>metaData</key>
23
- <dict>
24
- <key>lib/concordion/invoker.rb</key>
25
- <dict>
26
- <key>caret</key>
27
- <dict>
28
- <key>column</key>
29
- <integer>46</integer>
30
- <key>line</key>
31
- <integer>93</integer>
32
- </dict>
33
- <key>firstVisibleColumn</key>
34
- <integer>0</integer>
35
- <key>firstVisibleLine</key>
36
- <integer>73</integer>
37
- </dict>
38
- <key>test/concordion/invoker_test.rb</key>
39
- <dict>
40
- <key>caret</key>
41
- <dict>
42
- <key>column</key>
43
- <integer>114</integer>
44
- <key>line</key>
45
- <integer>7</integer>
46
- </dict>
47
- <key>columnSelection</key>
48
- <false/>
49
- <key>firstVisibleColumn</key>
50
- <integer>0</integer>
51
- <key>firstVisibleLine</key>
52
- <integer>0</integer>
53
- <key>selectFrom</key>
54
- <dict>
55
- <key>column</key>
56
- <integer>19</integer>
57
- <key>line</key>
58
- <integer>7</integer>
59
- </dict>
60
- <key>selectTo</key>
61
- <dict>
62
- <key>column</key>
63
- <integer>114</integer>
64
- <key>line</key>
65
- <integer>7</integer>
66
- </dict>
67
- </dict>
68
- <key>test/spec/structure/maps_to_module_test.rb</key>
69
- <dict>
70
- <key>caret</key>
71
- <dict>
72
- <key>column</key>
73
- <integer>0</integer>
74
- <key>line</key>
75
- <integer>0</integer>
76
- </dict>
77
- <key>columnSelection</key>
78
- <false/>
79
- <key>firstVisibleColumn</key>
80
- <integer>0</integer>
81
- <key>firstVisibleLine</key>
82
- <integer>0</integer>
83
- <key>selectFrom</key>
84
- <dict>
85
- <key>column</key>
86
- <integer>0</integer>
87
- <key>line</key>
88
- <integer>2</integer>
89
- </dict>
90
- <key>selectTo</key>
91
- <dict>
92
- <key>column</key>
93
- <integer>0</integer>
94
- <key>line</key>
95
- <integer>0</integer>
96
- </dict>
97
- </dict>
98
- <key>test/spec/tables/table_test.rb</key>
99
- <dict>
100
- <key>caret</key>
101
- <dict>
102
- <key>column</key>
103
- <integer>26</integer>
104
- <key>line</key>
105
- <integer>2</integer>
106
- </dict>
107
- <key>firstVisibleColumn</key>
108
- <integer>0</integer>
109
- <key>firstVisibleLine</key>
110
- <integer>0</integer>
111
- </dict>
112
- <key>test/spec/tables/test_helper.rb</key>
113
- <dict>
114
- <key>caret</key>
115
- <dict>
116
- <key>column</key>
117
- <integer>73</integer>
118
- <key>line</key>
119
- <integer>1</integer>
120
- </dict>
121
- <key>firstVisibleColumn</key>
122
- <integer>0</integer>
123
- <key>firstVisibleLine</key>
124
- <integer>0</integer>
125
- </dict>
126
- <key>test/spec/tables/verify_rows_scsr_test.rb</key>
127
- <dict>
128
- <key>caret</key>
129
- <dict>
130
- <key>column</key>
131
- <integer>20</integer>
132
- <key>line</key>
133
- <integer>0</integer>
134
- </dict>
135
- <key>firstVisibleColumn</key>
136
- <integer>0</integer>
137
- <key>firstVisibleLine</key>
138
- <integer>0</integer>
139
- </dict>
140
- <key>test/spec/tables/verify_rows_simple_test.rb</key>
141
- <dict>
142
- <key>caret</key>
143
- <dict>
144
- <key>column</key>
145
- <integer>0</integer>
146
- <key>line</key>
147
- <integer>17</integer>
148
- </dict>
149
- <key>firstVisibleColumn</key>
150
- <integer>0</integer>
151
- <key>firstVisibleLine</key>
152
- <integer>0</integer>
153
- </dict>
154
- <key>test/spec/tables/verify_rows_test.rb</key>
155
- <dict>
156
- <key>caret</key>
157
- <dict>
158
- <key>column</key>
159
- <integer>0</integer>
160
- <key>line</key>
161
- <integer>17</integer>
162
- </dict>
163
- <key>firstVisibleColumn</key>
164
- <integer>0</integer>
165
- <key>firstVisibleLine</key>
166
- <integer>0</integer>
167
- </dict>
168
- <key>test/spec/user-reported/apostrophe_test.rb</key>
169
- <dict>
170
- <key>caret</key>
171
- <dict>
172
- <key>column</key>
173
- <integer>0</integer>
174
- <key>line</key>
175
- <integer>0</integer>
176
- </dict>
177
- <key>firstVisibleColumn</key>
178
- <integer>0</integer>
179
- <key>firstVisibleLine</key>
180
- <integer>0</integer>
181
- </dict>
182
- <key>test/spec/user-reported/ariel_example_test.rb</key>
183
- <dict>
184
- <key>caret</key>
185
- <dict>
186
- <key>column</key>
187
- <integer>0</integer>
188
- <key>line</key>
189
- <integer>0</integer>
190
- </dict>
191
- <key>firstVisibleColumn</key>
192
- <integer>0</integer>
193
- <key>firstVisibleLine</key>
194
- <integer>0</integer>
195
- </dict>
196
- <key>test/spec/user-reported/attr_assert_test.rb</key>
197
- <dict>
198
- <key>caret</key>
199
- <dict>
200
- <key>column</key>
201
- <integer>0</integer>
202
- <key>line</key>
203
- <integer>12</integer>
204
- </dict>
205
- <key>firstVisibleColumn</key>
206
- <integer>0</integer>
207
- <key>firstVisibleLine</key>
208
- <integer>0</integer>
209
- </dict>
210
- <key>test/spec/user-reported/basic_assert_true_test.rb</key>
211
- <dict>
212
- <key>caret</key>
213
- <dict>
214
- <key>column</key>
215
- <integer>0</integer>
216
- <key>line</key>
217
- <integer>11</integer>
218
- </dict>
219
- <key>firstVisibleColumn</key>
220
- <integer>0</integer>
221
- <key>firstVisibleLine</key>
222
- <integer>0</integer>
223
- </dict>
224
- <key>test/spec/user-reported/rubyish_test.rb</key>
225
- <dict>
226
- <key>caret</key>
227
- <dict>
228
- <key>column</key>
229
- <integer>0</integer>
230
- <key>line</key>
231
- <integer>0</integer>
232
- </dict>
233
- <key>firstVisibleColumn</key>
234
- <integer>0</integer>
235
- <key>firstVisibleLine</key>
236
- <integer>0</integer>
237
- </dict>
238
- </dict>
239
- <key>openDocuments</key>
240
- <array>
241
- <string>lib/concordion/invoker.rb</string>
242
- <string>test/concordion/invoker_test.rb</string>
243
- </array>
244
- <key>showFileHierarchyDrawer</key>
245
- <true/>
246
- <key>windowFrame</key>
247
- <string>{{293, 55}, {1139, 823}}</string>
248
- </dict>
249
- </plist>