item_list 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,796 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ChangeListManager">
4
+ <list default="true" id="e9fd80c7-f220-4411-baf4-09143ac681a8" name="Default" comment="">
5
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/item_list/version.rb" afterPath="$PROJECT_DIR$/lib/item_list/version.rb" />
6
+ </list>
7
+ <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
8
+ <option name="TRACKING_ENABLED" value="true" />
9
+ <option name="SHOW_DIALOG" value="false" />
10
+ <option name="HIGHLIGHT_CONFLICTS" value="true" />
11
+ <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
12
+ <option name="LAST_RESOLUTION" value="IGNORE" />
13
+ </component>
14
+ <component name="CoverageDataManager">
15
+ <SUITE FILE_PATH="coverage/item_list@Run_spec__item_list_printer_spec___item_list.coverage" NAME="Run spec 'item_list_printer_spec': item_list Coverage Results" MODIFIED="1507629628003" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="item_list" />
16
+ <SUITE FILE_PATH="coverage/item_list@item_printer.coverage" NAME="item_printer Coverage Results" MODIFIED="1507567320541" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/lib" MODULE_NAME="item_list" />
17
+ <SUITE FILE_PATH="coverage/item_list@Run_spec__item_printer_spec___item_list.coverage" NAME="Run spec 'item_printer_spec': item_list Coverage Results" MODIFIED="1507629614031" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="item_list" />
18
+ <SUITE FILE_PATH="coverage/item_list@ItemList__ItemList_showing_items_as_a_string__item_list.coverage" NAME="ItemList::ItemList showing items as a string: item_list Coverage Results" MODIFIED="1507576148089" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="item_list" />
19
+ <SUITE FILE_PATH="coverage/item_list@Run_spec__list_spec___item_list.coverage" NAME="Run spec 'list_spec': item_list Coverage Results" MODIFIED="1507629580188" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="item_list" />
20
+ <SUITE FILE_PATH="coverage/item_list@Run_spec__item_list_spec___item_list.coverage" NAME="Run spec 'item_list_spec': item_list Coverage Results" MODIFIED="1507629622542" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="item_list" />
21
+ </component>
22
+ <component name="FileEditorManager">
23
+ <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
24
+ <file leaf-file-name="list_spec.rb" pinned="false" current-in-tab="false">
25
+ <entry file="file://$PROJECT_DIR$/spec/list_spec.rb">
26
+ <provider selected="true" editor-type-id="text-editor">
27
+ <state relative-caret-position="271">
28
+ <caret line="53" column="7" lean-forward="true" selection-start-line="53" selection-start-column="7" selection-end-line="53" selection-end-column="7" />
29
+ <folding>
30
+ <element signature="e#1851#2346#0" expanded="false" />
31
+ </folding>
32
+ </state>
33
+ </provider>
34
+ </entry>
35
+ </file>
36
+ <file leaf-file-name="item_list.rb" pinned="false" current-in-tab="false">
37
+ <entry file="file://$PROJECT_DIR$/lib/item_list.rb">
38
+ <provider selected="true" editor-type-id="text-editor">
39
+ <state relative-caret-position="30">
40
+ <caret line="2" column="0" lean-forward="false" selection-start-line="2" selection-start-column="0" selection-end-line="2" selection-end-column="0" />
41
+ <folding />
42
+ </state>
43
+ </provider>
44
+ </entry>
45
+ </file>
46
+ <file leaf-file-name="list.rb" pinned="false" current-in-tab="false">
47
+ <entry file="file://$PROJECT_DIR$/lib/list.rb">
48
+ <provider selected="true" editor-type-id="text-editor">
49
+ <state relative-caret-position="45">
50
+ <caret line="3" column="0" lean-forward="false" selection-start-line="3" selection-start-column="0" selection-end-line="3" selection-end-column="0" />
51
+ <folding />
52
+ </state>
53
+ </provider>
54
+ </entry>
55
+ </file>
56
+ <file leaf-file-name="version.rb" pinned="false" current-in-tab="true">
57
+ <entry file="file://$PROJECT_DIR$/lib/item_list/version.rb">
58
+ <provider selected="true" editor-type-id="text-editor">
59
+ <state relative-caret-position="15">
60
+ <caret line="1" column="18" lean-forward="false" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
61
+ <folding />
62
+ </state>
63
+ </provider>
64
+ </entry>
65
+ </file>
66
+ <file leaf-file-name="item_printer_spec.rb" pinned="false" current-in-tab="false">
67
+ <entry file="file://$PROJECT_DIR$/spec/item_printer_spec.rb">
68
+ <provider selected="true" editor-type-id="text-editor">
69
+ <state relative-caret-position="885">
70
+ <caret line="59" column="65" lean-forward="false" selection-start-line="59" selection-start-column="65" selection-end-line="59" selection-end-column="65" />
71
+ <folding />
72
+ </state>
73
+ </provider>
74
+ </entry>
75
+ </file>
76
+ <file leaf-file-name="item_list_printer_spec.rb" pinned="false" current-in-tab="false">
77
+ <entry file="file://$PROJECT_DIR$/spec/item_list_printer_spec.rb">
78
+ <provider selected="true" editor-type-id="text-editor">
79
+ <state relative-caret-position="615">
80
+ <caret line="41" column="0" lean-forward="false" selection-start-line="41" selection-start-column="0" selection-end-line="41" selection-end-column="0" />
81
+ <folding />
82
+ </state>
83
+ </provider>
84
+ </entry>
85
+ </file>
86
+ <file leaf-file-name="spec_helper.rb" pinned="false" current-in-tab="false">
87
+ <entry file="file://$PROJECT_DIR$/spec/spec_helper.rb">
88
+ <provider selected="true" editor-type-id="text-editor">
89
+ <state relative-caret-position="150">
90
+ <caret line="10" column="0" lean-forward="false" selection-start-line="10" selection-start-column="0" selection-end-line="10" selection-end-column="0" />
91
+ <folding />
92
+ </state>
93
+ </provider>
94
+ </entry>
95
+ </file>
96
+ <file leaf-file-name="Gemfile" pinned="false" current-in-tab="false">
97
+ <entry file="file://$PROJECT_DIR$/Gemfile">
98
+ <provider selected="true" editor-type-id="text-editor">
99
+ <state relative-caret-position="0">
100
+ <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
101
+ <folding />
102
+ </state>
103
+ </provider>
104
+ </entry>
105
+ </file>
106
+ <file leaf-file-name=".gitignore" pinned="false" current-in-tab="false">
107
+ <entry file="file://$PROJECT_DIR$/.gitignore">
108
+ <provider selected="true" editor-type-id="text-editor">
109
+ <state relative-caret-position="195">
110
+ <caret line="13" column="0" lean-forward="false" selection-start-line="13" selection-start-column="0" selection-end-line="13" selection-end-column="0" />
111
+ <folding />
112
+ </state>
113
+ </provider>
114
+ </entry>
115
+ </file>
116
+ <file leaf-file-name="item_list.gemspec" pinned="false" current-in-tab="false">
117
+ <entry file="file://$PROJECT_DIR$/item_list.gemspec">
118
+ <provider selected="true" editor-type-id="text-editor">
119
+ <state relative-caret-position="435">
120
+ <caret line="29" column="0" lean-forward="false" selection-start-line="29" selection-start-column="0" selection-end-line="29" selection-end-column="0" />
121
+ <folding />
122
+ </state>
123
+ </provider>
124
+ </entry>
125
+ </file>
126
+ </leaf>
127
+ </component>
128
+ <component name="Git.Settings">
129
+ <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
130
+ </component>
131
+ <component name="IdeDocumentHistory">
132
+ <option name="CHANGED_PATHS">
133
+ <list>
134
+ <option value="$PROJECT_DIR$/lib/item_list.rb" />
135
+ <option value="$PROJECT_DIR$/.rspec" />
136
+ <option value="$PROJECT_DIR$/spec/item_list_spec.rb" />
137
+ <option value="$PROJECT_DIR$/lib/item_printer.rb" />
138
+ <option value="$PROJECT_DIR$/lib/item_list_printer.rb" />
139
+ <option value="$PROJECT_DIR$/spec/item_list_printer_spec.rb" />
140
+ <option value="$PROJECT_DIR$/spec/item_printer_spec.rb" />
141
+ <option value="$PROJECT_DIR$/.gitignore" />
142
+ <option value="$PROJECT_DIR$/lib/list.rb" />
143
+ <option value="$PROJECT_DIR$/spec/list_spec.rb" />
144
+ <option value="$PROJECT_DIR$/item_list.gemspec" />
145
+ <option value="$PROJECT_DIR$/spec/spec_helper.rb" />
146
+ <option value="$PROJECT_DIR$/lib/item_list/version.rb" />
147
+ </list>
148
+ </option>
149
+ </component>
150
+ <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
151
+ <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
152
+ <component name="JsGulpfileManager">
153
+ <detection-done>true</detection-done>
154
+ <sorting>DEFINITION_ORDER</sorting>
155
+ </component>
156
+ <component name="ProjectFrameBounds" fullScreen="true">
157
+ <option name="width" value="1680" />
158
+ <option name="height" value="1050" />
159
+ </component>
160
+ <component name="ProjectInspectionProfilesVisibleTreeState">
161
+ <entry key="Project Default">
162
+ <profile-state>
163
+ <expanded-state>
164
+ <State>
165
+ <id />
166
+ </State>
167
+ <State>
168
+ <id>ECMAScript 6 migration aidsJavaScript</id>
169
+ </State>
170
+ <State>
171
+ <id>General</id>
172
+ </State>
173
+ <State>
174
+ <id>GeneralJavaScript</id>
175
+ </State>
176
+ <State>
177
+ <id>Internationalization issues</id>
178
+ </State>
179
+ <State>
180
+ <id>JavaScript</id>
181
+ </State>
182
+ <State>
183
+ <id>JavaScript validity issuesJavaScript</id>
184
+ </State>
185
+ <State>
186
+ <id>Potentially confusing code constructsJavaScript</id>
187
+ </State>
188
+ <State>
189
+ <id>Probable bugsJavaScript</id>
190
+ </State>
191
+ <State>
192
+ <id>Ruby</id>
193
+ </State>
194
+ <State>
195
+ <id>SQL</id>
196
+ </State>
197
+ </expanded-state>
198
+ </profile-state>
199
+ </entry>
200
+ </component>
201
+ <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
202
+ <component name="ProjectView">
203
+ <navigator currentView="ProjectPane" proportions="" version="1">
204
+ <flattenPackages />
205
+ <showMembers />
206
+ <showModules />
207
+ <showLibraryContents />
208
+ <hideEmptyPackages />
209
+ <abbreviatePackageNames />
210
+ <autoscrollToSource />
211
+ <autoscrollFromSource />
212
+ <sortByType />
213
+ <manualOrder />
214
+ <foldersAlwaysOnTop value="true" />
215
+ </navigator>
216
+ <panes>
217
+ <pane id="Scope" />
218
+ <pane id="ProjectPane">
219
+ <subPane>
220
+ <expand>
221
+ <path>
222
+ <item name="item_list" type="b2602c69:ProjectViewProjectNode" />
223
+ <item name="item_list" type="462c0819:PsiDirectoryNode" />
224
+ </path>
225
+ <path>
226
+ <item name="item_list" type="b2602c69:ProjectViewProjectNode" />
227
+ <item name="item_list" type="462c0819:PsiDirectoryNode" />
228
+ <item name="lib" type="462c0819:PsiDirectoryNode" />
229
+ </path>
230
+ <path>
231
+ <item name="item_list" type="b2602c69:ProjectViewProjectNode" />
232
+ <item name="item_list" type="462c0819:PsiDirectoryNode" />
233
+ <item name="lib" type="462c0819:PsiDirectoryNode" />
234
+ <item name="item_list" type="462c0819:PsiDirectoryNode" />
235
+ </path>
236
+ <path>
237
+ <item name="item_list" type="b2602c69:ProjectViewProjectNode" />
238
+ <item name="item_list" type="462c0819:PsiDirectoryNode" />
239
+ <item name="spec" type="462c0819:PsiDirectoryNode" />
240
+ </path>
241
+ </expand>
242
+ <select />
243
+ </subPane>
244
+ </pane>
245
+ <pane id="Scratches" />
246
+ </panes>
247
+ </component>
248
+ <component name="PropertiesComponent">
249
+ <property name="settings.editor.selected.configurable" value="Errors" />
250
+ <property name="nodejs_interpreter_path" value="$USER_HOME$/.nvm/versions/node/v8.2.1/bin/node" />
251
+ <property name="WebServerToolWindowFactoryState" value="false" />
252
+ </component>
253
+ <component name="RecentsManager">
254
+ <key name="CopyFile.RECENT_KEYS">
255
+ <recent name="$PROJECT_DIR$/spec" />
256
+ </key>
257
+ </component>
258
+ <component name="RunDashboard">
259
+ <option name="ruleStates">
260
+ <list>
261
+ <RuleState>
262
+ <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
263
+ </RuleState>
264
+ <RuleState>
265
+ <option name="name" value="StatusDashboardGroupingRule" />
266
+ </RuleState>
267
+ </list>
268
+ </option>
269
+ </component>
270
+ <component name="RunManager" selected="RSpec.Run spec 'item_list_printer_spec': item_list">
271
+ <configuration name="ItemList::ItemList showing items as a string: item_list" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
272
+ <predefined_log_file id="RUBY_RSPEC" enabled="true" />
273
+ <module name="item_list" />
274
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
275
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
276
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
277
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
278
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
279
+ <envs>
280
+ <env name="JRUBY_OPTS" value="-X+O" />
281
+ </envs>
282
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
283
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
284
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
285
+ <COVERAGE_PATTERN ENABLED="true">
286
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
287
+ </COVERAGE_PATTERN>
288
+ </EXTENSION>
289
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
290
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/item_list_spec.rb" />
291
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
292
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
293
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="ItemList::ItemList showing items as a string" />
294
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
295
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
296
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
297
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
298
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
299
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
300
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
301
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
302
+ </configuration>
303
+ <configuration name="Run spec 'item_list_printer_spec': item_list" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
304
+ <predefined_log_file id="RUBY_RSPEC" enabled="true" />
305
+ <module name="item_list" />
306
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
307
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
308
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
309
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
310
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
311
+ <envs>
312
+ <env name="JRUBY_OPTS" value="-X+O" />
313
+ </envs>
314
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
315
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
316
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
317
+ <COVERAGE_PATTERN ENABLED="true">
318
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
319
+ </COVERAGE_PATTERN>
320
+ </EXTENSION>
321
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
322
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/item_list_printer_spec.rb" />
323
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
324
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
325
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
326
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
327
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
328
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
329
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
330
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
331
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
332
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
333
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
334
+ </configuration>
335
+ <configuration name="Run spec 'item_list_spec': item_list" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
336
+ <predefined_log_file id="RUBY_RSPEC" enabled="true" />
337
+ <module name="item_list" />
338
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
339
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
340
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
341
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
342
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
343
+ <envs>
344
+ <env name="JRUBY_OPTS" value="-X+O" />
345
+ </envs>
346
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
347
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
348
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
349
+ <COVERAGE_PATTERN ENABLED="true">
350
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
351
+ </COVERAGE_PATTERN>
352
+ </EXTENSION>
353
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
354
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/item_list_spec.rb" />
355
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
356
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
357
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
358
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
359
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
360
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
361
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
362
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
363
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
364
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
365
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
366
+ </configuration>
367
+ <configuration name="Run spec 'item_printer_spec': item_list" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
368
+ <predefined_log_file id="RUBY_RSPEC" enabled="true" />
369
+ <module name="item_list" />
370
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
371
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
372
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
373
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
374
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
375
+ <envs>
376
+ <env name="JRUBY_OPTS" value="-X+O" />
377
+ </envs>
378
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
379
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
380
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
381
+ <COVERAGE_PATTERN ENABLED="true">
382
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
383
+ </COVERAGE_PATTERN>
384
+ </EXTENSION>
385
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
386
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/item_printer_spec.rb" />
387
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
388
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
389
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
390
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
391
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
392
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
393
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
394
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
395
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
396
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
397
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
398
+ </configuration>
399
+ <configuration name="Run spec 'list_spec': item_list" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
400
+ <predefined_log_file id="RUBY_RSPEC" enabled="true" />
401
+ <module name="item_list" />
402
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
403
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
404
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
405
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
406
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
407
+ <envs>
408
+ <env name="JRUBY_OPTS" value="-X+O" />
409
+ </envs>
410
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
411
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
412
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
413
+ <COVERAGE_PATTERN ENABLED="true">
414
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
415
+ </COVERAGE_PATTERN>
416
+ </EXTENSION>
417
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
418
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/list_spec.rb" />
419
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
420
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
421
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
422
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
423
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
424
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
425
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
426
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
427
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
428
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
429
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
430
+ </configuration>
431
+ <list size="5">
432
+ <item index="0" class="java.lang.String" itemvalue="RSpec.Run spec 'item_list_printer_spec': item_list" />
433
+ <item index="1" class="java.lang.String" itemvalue="RSpec.Run spec 'item_list_spec': item_list" />
434
+ <item index="2" class="java.lang.String" itemvalue="RSpec.Run spec 'item_printer_spec': item_list" />
435
+ <item index="3" class="java.lang.String" itemvalue="RSpec.ItemList::ItemList showing items as a string: item_list" />
436
+ <item index="4" class="java.lang.String" itemvalue="RSpec.Run spec 'list_spec': item_list" />
437
+ </list>
438
+ <recent_temporary>
439
+ <list size="5">
440
+ <item index="0" class="java.lang.String" itemvalue="RSpec.Run spec 'item_list_printer_spec': item_list" />
441
+ <item index="1" class="java.lang.String" itemvalue="RSpec.Run spec 'item_list_spec': item_list" />
442
+ <item index="2" class="java.lang.String" itemvalue="RSpec.Run spec 'item_printer_spec': item_list" />
443
+ <item index="3" class="java.lang.String" itemvalue="RSpec.Run spec 'list_spec': item_list" />
444
+ <item index="4" class="java.lang.String" itemvalue="RSpec.ItemList::ItemList showing items as a string: item_list" />
445
+ </list>
446
+ </recent_temporary>
447
+ </component>
448
+ <component name="ShelveChangesManager" show_recycled="false">
449
+ <option name="remove_strategy" value="false" />
450
+ </component>
451
+ <component name="SpringUtil" SPRING_PRE_LOADER_OPTION="true" />
452
+ <component name="TaskManager">
453
+ <task active="true" id="Default" summary="Default task">
454
+ <changelist id="e9fd80c7-f220-4411-baf4-09143ac681a8" name="Default" comment="" />
455
+ <created>1507547350064</created>
456
+ <option name="number" value="Default" />
457
+ <option name="presentableId" value="Default" />
458
+ <updated>1507547350064</updated>
459
+ <workItem from="1507547352370" duration="21361000" />
460
+ <workItem from="1507616987994" duration="5972000" />
461
+ </task>
462
+ <servers />
463
+ </component>
464
+ <component name="TestHistory">
465
+ <history-entry file="Run_spec_'item_list_printer_spec'__item_list - 2017.10.10 at 11h 00m 28s.xml">
466
+ <configuration name="Run spec 'item_list_printer_spec': item_list" configurationId="RSpecRunConfigurationType" />
467
+ </history-entry>
468
+ <history-entry file="Run_spec_'item_list_spec'__item_list - 2017.10.10 at 11h 00m 23s.xml">
469
+ <configuration name="Run spec 'item_list_spec': item_list" configurationId="RSpecRunConfigurationType" />
470
+ </history-entry>
471
+ <history-entry file="Run_spec_'item_printer_spec'__item_list - 2017.10.10 at 11h 00m 17s.xml">
472
+ <configuration name="Run spec 'item_printer_spec': item_list" configurationId="RSpecRunConfigurationType" />
473
+ </history-entry>
474
+ <history-entry file="Run_spec_'list_spec'__item_list - 2017.10.10 at 10h 39m 52s.xml">
475
+ <configuration name="Run spec 'list_spec': item_list" configurationId="RSpecRunConfigurationType" />
476
+ </history-entry>
477
+ <history-entry file="Run_spec_'list_spec'__item_list - 2017.10.10 at 10h 43m 44s.xml">
478
+ <configuration name="Run spec 'list_spec': item_list" configurationId="RSpecRunConfigurationType" />
479
+ </history-entry>
480
+ <history-entry file="Run_spec_'list_spec'__item_list - 2017.10.10 at 10h 48m 12s.xml">
481
+ <configuration name="Run spec 'list_spec': item_list" configurationId="RSpecRunConfigurationType" />
482
+ </history-entry>
483
+ <history-entry file="Run_spec_'list_spec'__item_list - 2017.10.10 at 10h 48m 53s.xml">
484
+ <configuration name="Run spec 'list_spec': item_list" configurationId="RSpecRunConfigurationType" />
485
+ </history-entry>
486
+ <history-entry file="Run_spec_'list_spec'__item_list - 2017.10.10 at 10h 50m 04s.xml">
487
+ <configuration name="Run spec 'list_spec': item_list" configurationId="RSpecRunConfigurationType" />
488
+ </history-entry>
489
+ <history-entry file="Run_spec_'list_spec'__item_list - 2017.10.10 at 10h 59m 37s.xml">
490
+ <configuration name="Run spec 'list_spec': item_list" configurationId="RSpecRunConfigurationType" />
491
+ </history-entry>
492
+ <history-entry file="Run_spec_'list_spec'__item_list - 2017.10.10 at 10h 59m 53s.xml">
493
+ <configuration name="Run spec 'list_spec': item_list" configurationId="RSpecRunConfigurationType" />
494
+ </history-entry>
495
+ </component>
496
+ <component name="TimeTrackingManager">
497
+ <option name="totallyTimeSpent" value="27333000" />
498
+ </component>
499
+ <component name="ToolWindowManager">
500
+ <frame x="0" y="0" width="1680" height="1050" extended-state="0" />
501
+ <editor active="true" />
502
+ <layout>
503
+ <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.30586082" sideWeight="0.5" order="1" side_tool="false" content_ui="combo" />
504
+ <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="9" side_tool="false" content_ui="tabs" />
505
+ <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="true" content_ui="tabs" />
506
+ <window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
507
+ <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
508
+ <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.32902583" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
509
+ <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
510
+ <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
511
+ <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="true" content_ui="tabs" />
512
+ <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.39960238" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
513
+ <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
514
+ <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
515
+ <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
516
+ <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="8" side_tool="false" content_ui="tabs" />
517
+ <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="3" side_tool="false" content_ui="combo" />
518
+ <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
519
+ <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
520
+ </layout>
521
+ <layout-to-restore>
522
+ <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="9" side_tool="false" content_ui="tabs" />
523
+ <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
524
+ <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
525
+ <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
526
+ <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="true" content_ui="tabs" />
527
+ <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="8" side_tool="false" content_ui="tabs" />
528
+ <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32902583" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
529
+ <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
530
+ <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
531
+ <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.30586082" sideWeight="0.5" order="1" side_tool="false" content_ui="combo" />
532
+ <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="3" side_tool="false" content_ui="combo" />
533
+ <window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
534
+ <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
535
+ <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
536
+ <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
537
+ <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.39960238" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
538
+ <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="true" content_ui="tabs" />
539
+ </layout-to-restore>
540
+ </component>
541
+ <component name="TypeScriptGeneratedFilesManager">
542
+ <option name="version" value="1" />
543
+ </component>
544
+ <component name="VcsContentAnnotationSettings">
545
+ <option name="myLimit" value="2678400000" />
546
+ </component>
547
+ <component name="XDebuggerManager">
548
+ <breakpoint-manager>
549
+ <breakpoints>
550
+ <line-breakpoint enabled="true" type="ruby-line">
551
+ <url>file://$PROJECT_DIR$/spec/item_printer_spec.rb</url>
552
+ <line>55</line>
553
+ <option name="timeStamp" value="2" />
554
+ </line-breakpoint>
555
+ <line-breakpoint enabled="true" type="ruby-line">
556
+ <url>file://$PROJECT_DIR$/spec/item_list_spec.rb</url>
557
+ <line>8</line>
558
+ <option name="timeStamp" value="7" />
559
+ </line-breakpoint>
560
+ <line-breakpoint enabled="true" type="ruby-line">
561
+ <url>file://$PROJECT_DIR$/lib/list.rb</url>
562
+ <line>26</line>
563
+ <option name="timeStamp" value="11" />
564
+ </line-breakpoint>
565
+ <line-breakpoint enabled="true" type="ruby-line">
566
+ <url>file://$PROJECT_DIR$/spec/list_spec.rb</url>
567
+ <line>91</line>
568
+ <option name="timeStamp" value="12" />
569
+ </line-breakpoint>
570
+ <line-breakpoint enabled="true" type="ruby-line">
571
+ <url>file://$PROJECT_DIR$/spec/item_list_printer_spec.rb</url>
572
+ <line>41</line>
573
+ <option name="timeStamp" value="13" />
574
+ </line-breakpoint>
575
+ <line-breakpoint enabled="true" type="ruby-line">
576
+ <url>file://$PROJECT_DIR$/spec/list_spec.rb</url>
577
+ <line>56</line>
578
+ <option name="timeStamp" value="14" />
579
+ </line-breakpoint>
580
+ <line-breakpoint enabled="true" type="ruby-line">
581
+ <url>file://$PROJECT_DIR$/lib/list.rb</url>
582
+ <line>3</line>
583
+ <option name="timeStamp" value="16" />
584
+ </line-breakpoint>
585
+ </breakpoints>
586
+ <option name="time" value="17" />
587
+ </breakpoint-manager>
588
+ <watches-manager />
589
+ </component>
590
+ <component name="editorHistoryManager">
591
+ <entry file="file://$PROJECT_DIR$/spec/item_list_spec.rb">
592
+ <provider selected="true" editor-type-id="text-editor">
593
+ <state relative-caret-position="0">
594
+ <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
595
+ <folding />
596
+ </state>
597
+ </provider>
598
+ </entry>
599
+ <entry file="file://$PROJECT_DIR$/spec/list_spec.rb">
600
+ <provider selected="true" editor-type-id="text-editor">
601
+ <state relative-caret-position="1185">
602
+ <caret line="79" column="0" lean-forward="false" selection-start-line="79" selection-start-column="0" selection-end-line="79" selection-end-column="0" />
603
+ <folding>
604
+ <element signature="e#1851#2346#0" expanded="false" />
605
+ </folding>
606
+ </state>
607
+ </provider>
608
+ </entry>
609
+ <entry file="file://$PROJECT_DIR$/lib/item_list.rb">
610
+ <provider selected="true" editor-type-id="text-editor">
611
+ <state relative-caret-position="30">
612
+ <caret line="2" column="0" lean-forward="false" selection-start-line="2" selection-start-column="0" selection-end-line="2" selection-end-column="0" />
613
+ <folding />
614
+ </state>
615
+ </provider>
616
+ </entry>
617
+ <entry file="file://$PROJECT_DIR$/lib/list.rb">
618
+ <provider selected="true" editor-type-id="text-editor">
619
+ <state relative-caret-position="390">
620
+ <caret line="26" column="0" lean-forward="false" selection-start-line="26" selection-start-column="0" selection-end-line="26" selection-end-column="0" />
621
+ <folding />
622
+ </state>
623
+ </provider>
624
+ </entry>
625
+ <entry file="file://$PROJECT_DIR$/spec/item_printer_spec.rb">
626
+ <provider selected="true" editor-type-id="text-editor">
627
+ <state relative-caret-position="885">
628
+ <caret line="59" column="65" lean-forward="false" selection-start-line="59" selection-start-column="65" selection-end-line="59" selection-end-column="65" />
629
+ <folding />
630
+ </state>
631
+ </provider>
632
+ </entry>
633
+ <entry file="file://$PROJECT_DIR$/lib/item_printer.rb">
634
+ <provider selected="true" editor-type-id="text-editor">
635
+ <state relative-caret-position="120">
636
+ <caret line="8" column="39" lean-forward="false" selection-start-line="8" selection-start-column="39" selection-end-line="8" selection-end-column="39" />
637
+ <folding />
638
+ </state>
639
+ </provider>
640
+ </entry>
641
+ <entry file="file://$PROJECT_DIR$/lib/item_list_printer.rb">
642
+ <provider selected="true" editor-type-id="text-editor">
643
+ <state relative-caret-position="165">
644
+ <caret line="11" column="40" lean-forward="false" selection-start-line="11" selection-start-column="40" selection-end-line="11" selection-end-column="40" />
645
+ <folding />
646
+ </state>
647
+ </provider>
648
+ </entry>
649
+ <entry file="file://$PROJECT_DIR$/spec/spec_helper.rb">
650
+ <provider selected="true" editor-type-id="text-editor">
651
+ <state relative-caret-position="195">
652
+ <caret line="13" column="3" lean-forward="false" selection-start-line="13" selection-start-column="3" selection-end-line="13" selection-end-column="3" />
653
+ <folding />
654
+ </state>
655
+ </provider>
656
+ </entry>
657
+ <entry file="file://$PROJECT_DIR$/spec/item_list_printer_spec.rb">
658
+ <provider selected="true" editor-type-id="text-editor">
659
+ <state relative-caret-position="615">
660
+ <caret line="41" column="0" lean-forward="false" selection-start-line="41" selection-start-column="0" selection-end-line="41" selection-end-column="0" />
661
+ <folding />
662
+ </state>
663
+ </provider>
664
+ </entry>
665
+ <entry file="file://$PROJECT_DIR$/README.md">
666
+ <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
667
+ <state split_layout="SPLIT">
668
+ <first_editor relative-caret-position="330">
669
+ <caret line="22" column="7" lean-forward="false" selection-start-line="22" selection-start-column="7" selection-end-line="22" selection-end-column="7" />
670
+ </first_editor>
671
+ <second_editor />
672
+ </state>
673
+ </provider>
674
+ </entry>
675
+ <entry file="file://$PROJECT_DIR$/.rspec">
676
+ <provider selected="true" editor-type-id="text-editor">
677
+ <state relative-caret-position="0">
678
+ <caret line="0" column="21" lean-forward="false" selection-start-line="0" selection-start-column="21" selection-end-line="0" selection-end-column="21" />
679
+ </state>
680
+ </provider>
681
+ </entry>
682
+ <entry file="file://$PROJECT_DIR$/spec/item_list_spec.rb">
683
+ <provider selected="true" editor-type-id="text-editor">
684
+ <state relative-caret-position="0">
685
+ <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
686
+ <folding />
687
+ </state>
688
+ </provider>
689
+ </entry>
690
+ <entry file="file://$USER_HOME$/.rvm/gems/ruby-2.4.0/gems/rspec-support-3.6.0/lib/rspec/support.rb">
691
+ <provider selected="true" editor-type-id="text-editor">
692
+ <state relative-caret-position="309">
693
+ <caret line="127" column="0" lean-forward="false" selection-start-line="127" selection-start-column="0" selection-end-line="127" selection-end-column="0" />
694
+ </state>
695
+ </provider>
696
+ </entry>
697
+ <entry file="file://$PROJECT_DIR$/lib/item_printer.rb">
698
+ <provider selected="true" editor-type-id="text-editor">
699
+ <state relative-caret-position="120">
700
+ <caret line="8" column="39" lean-forward="false" selection-start-line="8" selection-start-column="39" selection-end-line="8" selection-end-column="39" />
701
+ <folding />
702
+ </state>
703
+ </provider>
704
+ </entry>
705
+ <entry file="file://$PROJECT_DIR$/lib/item_list_printer.rb">
706
+ <provider selected="true" editor-type-id="text-editor">
707
+ <state relative-caret-position="165">
708
+ <caret line="11" column="40" lean-forward="false" selection-start-line="11" selection-start-column="40" selection-end-line="11" selection-end-column="40" />
709
+ <folding />
710
+ </state>
711
+ </provider>
712
+ </entry>
713
+ <entry file="file://$PROJECT_DIR$/spec/item_printer_spec.rb">
714
+ <provider selected="true" editor-type-id="text-editor">
715
+ <state relative-caret-position="885">
716
+ <caret line="59" column="65" lean-forward="false" selection-start-line="59" selection-start-column="65" selection-end-line="59" selection-end-column="65" />
717
+ <folding />
718
+ </state>
719
+ </provider>
720
+ </entry>
721
+ <entry file="file://$PROJECT_DIR$/spec/item_list_printer_spec.rb">
722
+ <provider selected="true" editor-type-id="text-editor">
723
+ <state relative-caret-position="615">
724
+ <caret line="41" column="0" lean-forward="false" selection-start-line="41" selection-start-column="0" selection-end-line="41" selection-end-column="0" />
725
+ <folding />
726
+ </state>
727
+ </provider>
728
+ </entry>
729
+ <entry file="file://$PROJECT_DIR$/Gemfile">
730
+ <provider selected="true" editor-type-id="text-editor">
731
+ <state relative-caret-position="0">
732
+ <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
733
+ <folding />
734
+ </state>
735
+ </provider>
736
+ </entry>
737
+ <entry file="file://$PROJECT_DIR$/.gitignore">
738
+ <provider selected="true" editor-type-id="text-editor">
739
+ <state relative-caret-position="195">
740
+ <caret line="13" column="0" lean-forward="false" selection-start-line="13" selection-start-column="0" selection-end-line="13" selection-end-column="0" />
741
+ <folding />
742
+ </state>
743
+ </provider>
744
+ </entry>
745
+ <entry file="file://$PROJECT_DIR$/lib/item_list.rb">
746
+ <provider selected="true" editor-type-id="text-editor">
747
+ <state relative-caret-position="30">
748
+ <caret line="2" column="0" lean-forward="false" selection-start-line="2" selection-start-column="0" selection-end-line="2" selection-end-column="0" />
749
+ <folding />
750
+ </state>
751
+ </provider>
752
+ </entry>
753
+ <entry file="file://$PROJECT_DIR$/item_list.gemspec">
754
+ <provider selected="true" editor-type-id="text-editor">
755
+ <state relative-caret-position="435">
756
+ <caret line="29" column="0" lean-forward="false" selection-start-line="29" selection-start-column="0" selection-end-line="29" selection-end-column="0" />
757
+ <folding />
758
+ </state>
759
+ </provider>
760
+ </entry>
761
+ <entry file="file://$PROJECT_DIR$/spec/spec_helper.rb">
762
+ <provider selected="true" editor-type-id="text-editor">
763
+ <state relative-caret-position="150">
764
+ <caret line="10" column="0" lean-forward="false" selection-start-line="10" selection-start-column="0" selection-end-line="10" selection-end-column="0" />
765
+ <folding />
766
+ </state>
767
+ </provider>
768
+ </entry>
769
+ <entry file="file://$PROJECT_DIR$/spec/list_spec.rb">
770
+ <provider selected="true" editor-type-id="text-editor">
771
+ <state relative-caret-position="271">
772
+ <caret line="53" column="7" lean-forward="true" selection-start-line="53" selection-start-column="7" selection-end-line="53" selection-end-column="7" />
773
+ <folding>
774
+ <element signature="e#1851#2346#0" expanded="false" />
775
+ </folding>
776
+ </state>
777
+ </provider>
778
+ </entry>
779
+ <entry file="file://$PROJECT_DIR$/lib/list.rb">
780
+ <provider selected="true" editor-type-id="text-editor">
781
+ <state relative-caret-position="45">
782
+ <caret line="3" column="0" lean-forward="false" selection-start-line="3" selection-start-column="0" selection-end-line="3" selection-end-column="0" />
783
+ <folding />
784
+ </state>
785
+ </provider>
786
+ </entry>
787
+ <entry file="file://$PROJECT_DIR$/lib/item_list/version.rb">
788
+ <provider selected="true" editor-type-id="text-editor">
789
+ <state relative-caret-position="15">
790
+ <caret line="1" column="18" lean-forward="false" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
791
+ <folding />
792
+ </state>
793
+ </provider>
794
+ </entry>
795
+ </component>
796
+ </project>