ilesspainfulclient-cucumber 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.hgignore +1 -0
- data/.idea/.name +1 -0
- data/.idea/.rakeTasks +7 -0
- data/.idea/dictionaries/krukow.xml +9 -0
- data/.idea/encodings.xml +5 -0
- data/.idea/iLessPainfulClient.iml +17 -0
- data/.idea/jsLibraryMappings.xml +7 -0
- data/.idea/misc.xml +8 -0
- data/.idea/modules.xml +9 -0
- data/.idea/vcs.xml +7 -0
- data/.idea/workspace.xml +626 -0
- data/Gemfile +4 -0
- data/Gemfile.lock +39 -0
- data/LICENSE +13 -0
- data/NOTICE +6 -0
- data/Rakefile +2 -0
- data/bin/ilesspainful-skeleton +19 -0
- data/features-skeleton/my_first.feature +8 -0
- data/features-skeleton/step_definitions/launch_steps.rb +0 -0
- data/features-skeleton/support/env.rb +1 -0
- data/ilesspainfulclient.gemspec +24 -0
- data/lib/ilesspainfulclient-cucumber/color_helper.rb +13 -0
- data/lib/ilesspainfulclient-cucumber/cucumber.rb +9 -0
- data/lib/ilesspainfulclient-cucumber/lesspainful_steps.rb +569 -0
- data/lib/ilesspainfulclient-cucumber/operations.rb +254 -0
- data/lib/ilesspainfulclient-cucumber/resources/pinch_in_ipad.base64 +188 -0
- data/lib/ilesspainfulclient-cucumber/resources/pinch_in_iphone.base64 +234 -0
- data/lib/ilesspainfulclient-cucumber/resources/rotate_home_down_to_left_ipad.base64 +3 -0
- data/lib/ilesspainfulclient-cucumber/resources/rotate_home_down_to_left_iphone.base64 +2 -0
- data/lib/ilesspainfulclient-cucumber/resources/rotate_home_down_to_right_ipad.base64 +5 -0
- data/lib/ilesspainfulclient-cucumber/resources/rotate_home_down_to_right_iphone.base64 +2 -0
- data/lib/ilesspainfulclient-cucumber/resources/rotate_home_down_to_up_ipad.base64 +3 -0
- data/lib/ilesspainfulclient-cucumber/resources/rotate_home_left_to_down_ipad.base64 +3 -0
- data/lib/ilesspainfulclient-cucumber/resources/rotate_home_left_to_down_iphone.base64 +2 -0
- data/lib/ilesspainfulclient-cucumber/resources/rotate_home_right_to_down_ipad.base64 +3 -0
- data/lib/ilesspainfulclient-cucumber/resources/rotate_home_right_to_down_iphone.base64 +2 -0
- data/lib/ilesspainfulclient-cucumber/resources/swipe_left_hard_iphone.base64 +15 -0
- data/lib/ilesspainfulclient-cucumber/resources/swipe_left_iphone.base64 +18 -0
- data/lib/ilesspainfulclient-cucumber/resources/swipe_right_hard_iphone.base64 +17 -0
- data/lib/ilesspainfulclient-cucumber/resources/swipe_right_iphone.base64 +13 -0
- data/lib/ilesspainfulclient-cucumber/version.rb +5 -0
- data/lib/ilesspainfulclient-cucumber.rb +0 -0
- metadata +132 -0
data/.idea/workspace.xml
ADDED
@@ -0,0 +1,626 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<project version="4">
|
3
|
+
<component name="ChangeListManager">
|
4
|
+
<list default="true" id="b674922a-80f6-43b8-8f19-8907d5a21bcc" name="Default" comment="">
|
5
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
|
6
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/ilesspainfulclient-cucumber/operations.rb" afterPath="$PROJECT_DIR$/lib/ilesspainfulclient-cucumber/operations.rb" />
|
7
|
+
</list>
|
8
|
+
<ignored path="iLessPainfulClient.iws" />
|
9
|
+
<ignored path=".idea/workspace.xml" />
|
10
|
+
<option name="TRACKING_ENABLED" value="true" />
|
11
|
+
<option name="SHOW_DIALOG" value="false" />
|
12
|
+
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
13
|
+
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
14
|
+
<option name="LAST_RESOLUTION" value="IGNORE" />
|
15
|
+
</component>
|
16
|
+
<component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
|
17
|
+
<component name="CreatePatchCommitExecutor">
|
18
|
+
<option name="PATCH_PATH" value="" />
|
19
|
+
<option name="REVERSE_PATCH" value="false" />
|
20
|
+
</component>
|
21
|
+
<component name="DaemonCodeAnalyzer">
|
22
|
+
<disable_hints />
|
23
|
+
</component>
|
24
|
+
<component name="FavoritesManager">
|
25
|
+
<favorites_list name="iLessPainfulClient" />
|
26
|
+
</component>
|
27
|
+
<component name="FileEditorManager">
|
28
|
+
<leaf>
|
29
|
+
<file leaf-file-name="Gemfile" pinned="false" current="false" current-in-tab="false">
|
30
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
31
|
+
<provider selected="true" editor-type-id="text-editor">
|
32
|
+
<state line="3" column="4" selection-start="107" selection-end="107" vertical-scroll-proportion="0.0">
|
33
|
+
<folding />
|
34
|
+
</state>
|
35
|
+
</provider>
|
36
|
+
</entry>
|
37
|
+
</file>
|
38
|
+
<file leaf-file-name="dsl.rb" pinned="false" current="false" current-in-tab="false">
|
39
|
+
<entry file="file://$USER_HOME$/.rvm/gems/ruby-1.9.2-p290/gems/bundler-1.0.20/lib/bundler/dsl.rb">
|
40
|
+
<provider selected="true" editor-type-id="text-editor">
|
41
|
+
<state line="22" column="8" selection-start="580" selection-end="580" vertical-scroll-proportion="0.0">
|
42
|
+
<folding />
|
43
|
+
</state>
|
44
|
+
</provider>
|
45
|
+
</entry>
|
46
|
+
</file>
|
47
|
+
<file leaf-file-name="ilesspainfulclient-cucumber.rb" pinned="false" current="false" current-in-tab="false">
|
48
|
+
<entry file="file://$PROJECT_DIR$/lib/ilesspainfulclient-cucumber.rb">
|
49
|
+
<provider selected="true" editor-type-id="text-editor">
|
50
|
+
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
|
51
|
+
<folding />
|
52
|
+
</state>
|
53
|
+
</provider>
|
54
|
+
</entry>
|
55
|
+
</file>
|
56
|
+
<file leaf-file-name="cucumber.rb" pinned="false" current="false" current-in-tab="false">
|
57
|
+
<entry file="file://$PROJECT_DIR$/lib/ilesspainfulclient-cucumber/cucumber.rb">
|
58
|
+
<provider selected="true" editor-type-id="text-editor">
|
59
|
+
<state line="9" column="0" selection-start="283" selection-end="283" vertical-scroll-proportion="0.0">
|
60
|
+
<folding />
|
61
|
+
</state>
|
62
|
+
</provider>
|
63
|
+
</entry>
|
64
|
+
</file>
|
65
|
+
<file leaf-file-name="operations.rb" pinned="false" current="true" current-in-tab="true">
|
66
|
+
<entry file="file://$PROJECT_DIR$/lib/ilesspainfulclient-cucumber/operations.rb">
|
67
|
+
<provider selected="true" editor-type-id="text-editor">
|
68
|
+
<state line="0" column="28" selection-start="9" selection-end="28" vertical-scroll-proportion="-0.056603774">
|
69
|
+
<folding />
|
70
|
+
</state>
|
71
|
+
</provider>
|
72
|
+
</entry>
|
73
|
+
</file>
|
74
|
+
<file leaf-file-name="color_helper.rb" pinned="false" current="false" current-in-tab="false">
|
75
|
+
<entry file="file://$PROJECT_DIR$/lib/ilesspainfulclient-cucumber/color_helper.rb">
|
76
|
+
<provider selected="true" editor-type-id="text-editor">
|
77
|
+
<state line="0" column="7" selection-start="7" selection-end="8" vertical-scroll-proportion="0.0">
|
78
|
+
<folding />
|
79
|
+
</state>
|
80
|
+
</provider>
|
81
|
+
</entry>
|
82
|
+
</file>
|
83
|
+
<file leaf-file-name="world.rb" pinned="false" current="false" current-in-tab="false">
|
84
|
+
<entry file="file://$USER_HOME$/.rvm/gems/ruby-1.9.2-p290/gems/rspec-core-2.6.4/lib/rspec/core/world.rb">
|
85
|
+
<provider selected="true" editor-type-id="text-editor">
|
86
|
+
<state line="2" column="10" selection-start="37" selection-end="37" vertical-scroll-proportion="0.0">
|
87
|
+
<folding />
|
88
|
+
</state>
|
89
|
+
</provider>
|
90
|
+
</entry>
|
91
|
+
</file>
|
92
|
+
<file leaf-file-name="ilesspainfulclient.gemspec" pinned="false" current="false" current-in-tab="false">
|
93
|
+
<entry file="file://$PROJECT_DIR$/ilesspainfulclient.gemspec">
|
94
|
+
<provider selected="true" editor-type-id="text-editor">
|
95
|
+
<state line="11" column="26" selection-start="467" selection-end="467" vertical-scroll-proportion="0.0">
|
96
|
+
<folding />
|
97
|
+
</state>
|
98
|
+
</provider>
|
99
|
+
</entry>
|
100
|
+
</file>
|
101
|
+
<file leaf-file-name="env.rb" pinned="false" current="false" current-in-tab="false">
|
102
|
+
<entry file="file://$PROJECT_DIR$/features-skeleton/support/env.rb">
|
103
|
+
<provider selected="true" editor-type-id="text-editor">
|
104
|
+
<state line="0" column="0" selection-start="0" selection-end="37" vertical-scroll-proportion="0.0">
|
105
|
+
<folding />
|
106
|
+
</state>
|
107
|
+
</provider>
|
108
|
+
</entry>
|
109
|
+
</file>
|
110
|
+
<file leaf-file-name="lesspainful_steps.rb" pinned="false" current="false" current-in-tab="false">
|
111
|
+
<entry file="file://$PROJECT_DIR$/lib/ilesspainfulclient-cucumber/lesspainful_steps.rb">
|
112
|
+
<provider selected="true" editor-type-id="text-editor">
|
113
|
+
<state line="9" column="43" selection-start="173" selection-end="173" vertical-scroll-proportion="0.0">
|
114
|
+
<folding />
|
115
|
+
</state>
|
116
|
+
</provider>
|
117
|
+
</entry>
|
118
|
+
</file>
|
119
|
+
</leaf>
|
120
|
+
</component>
|
121
|
+
<component name="FindManager">
|
122
|
+
<FindUsagesManager>
|
123
|
+
<setting name="OPEN_NEW_TAB" value="false" />
|
124
|
+
</FindUsagesManager>
|
125
|
+
</component>
|
126
|
+
<component name="Git.Settings">
|
127
|
+
<option name="CHECKOUT_INCLUDE_TAGS" value="false" />
|
128
|
+
<option name="UPDATE_CHANGES_POLICY" value="STASH" />
|
129
|
+
</component>
|
130
|
+
<component name="IdeDocumentHistory">
|
131
|
+
<option name="changedFiles">
|
132
|
+
<list>
|
133
|
+
<option value="$PROJECT_DIR$/lib/ilesspainfulclient.rb" />
|
134
|
+
<option value="$PROJECT_DIR$/Gemfile" />
|
135
|
+
<option value="$PROJECT_DIR$/NOTICE" />
|
136
|
+
<option value="$PROJECT_DIR$/LICENSE" />
|
137
|
+
<option value="$PROJECT_DIR$/lib/lesspainfulclient-cucumber/operations.rb" />
|
138
|
+
<option value="$PROJECT_DIR$/lib/lesspainfulclient-cucumber/lesspainful_steps.rb" />
|
139
|
+
<option value="$PROJECT_DIR$/lib/ilesspainfulclient-cucumber/color_helper.rb" />
|
140
|
+
<option value="$PROJECT_DIR$/lib/ilesspainfulclient-cucumber/version.rb" />
|
141
|
+
<option value="$PROJECT_DIR$/features-skeleton/my_first.feature" />
|
142
|
+
<option value="$PROJECT_DIR$/ilesspainfulclient.gemspec" />
|
143
|
+
<option value="$PROJECT_DIR$/features-skeleton/step_definitions/launch_steps.rb" />
|
144
|
+
<option value="$PROJECT_DIR$/lib/ilesspainfulclient-cucumber/lesspainful_steps.rb" />
|
145
|
+
<option value="$PROJECT_DIR$/features-skeleton/support/env.rb" />
|
146
|
+
<option value="$PROJECT_DIR$/lib/ilesspainfulclient-cucumber.rb" />
|
147
|
+
<option value="$PROJECT_DIR$/lib/ilesspainfulclient-cucumber/cucumber.rb" />
|
148
|
+
<option value="$PROJECT_DIR$/lib/ilesspainfulclient-cucumber/operations.rb" />
|
149
|
+
</list>
|
150
|
+
</option>
|
151
|
+
</component>
|
152
|
+
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
|
153
|
+
<OptionsSetting value="true" id="Add" />
|
154
|
+
<OptionsSetting value="true" id="Remove" />
|
155
|
+
<OptionsSetting value="true" id="Checkout" />
|
156
|
+
<OptionsSetting value="true" id="Update" />
|
157
|
+
<OptionsSetting value="true" id="Status" />
|
158
|
+
<OptionsSetting value="true" id="Edit" />
|
159
|
+
<ConfirmationsSetting value="0" id="Add" />
|
160
|
+
<ConfirmationsSetting value="0" id="Remove" />
|
161
|
+
</component>
|
162
|
+
<component name="ProjectReloadState">
|
163
|
+
<option name="STATE" value="0" />
|
164
|
+
</component>
|
165
|
+
<component name="ProjectView">
|
166
|
+
<navigator currentView="ProjectPane" proportions="" version="1" splitterProportion="0.5">
|
167
|
+
<flattenPackages />
|
168
|
+
<showMembers />
|
169
|
+
<showModules />
|
170
|
+
<showLibraryContents />
|
171
|
+
<hideEmptyPackages />
|
172
|
+
<abbreviatePackageNames />
|
173
|
+
<autoscrollToSource />
|
174
|
+
<autoscrollFromSource />
|
175
|
+
<sortByType />
|
176
|
+
</navigator>
|
177
|
+
<panes>
|
178
|
+
<pane id="ProjectPane">
|
179
|
+
<subPane>
|
180
|
+
<PATH>
|
181
|
+
<PATH_ELEMENT>
|
182
|
+
<option name="myItemId" value="iLessPainfulClient" />
|
183
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
184
|
+
</PATH_ELEMENT>
|
185
|
+
</PATH>
|
186
|
+
<PATH>
|
187
|
+
<PATH_ELEMENT>
|
188
|
+
<option name="myItemId" value="iLessPainfulClient" />
|
189
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
190
|
+
</PATH_ELEMENT>
|
191
|
+
<PATH_ELEMENT>
|
192
|
+
<option name="myItemId" value="iLessPainfulClient" />
|
193
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
194
|
+
</PATH_ELEMENT>
|
195
|
+
</PATH>
|
196
|
+
<PATH>
|
197
|
+
<PATH_ELEMENT>
|
198
|
+
<option name="myItemId" value="iLessPainfulClient" />
|
199
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
200
|
+
</PATH_ELEMENT>
|
201
|
+
<PATH_ELEMENT>
|
202
|
+
<option name="myItemId" value="iLessPainfulClient" />
|
203
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
204
|
+
</PATH_ELEMENT>
|
205
|
+
<PATH_ELEMENT>
|
206
|
+
<option name="myItemId" value="lib" />
|
207
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
208
|
+
</PATH_ELEMENT>
|
209
|
+
</PATH>
|
210
|
+
<PATH>
|
211
|
+
<PATH_ELEMENT>
|
212
|
+
<option name="myItemId" value="iLessPainfulClient" />
|
213
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
214
|
+
</PATH_ELEMENT>
|
215
|
+
<PATH_ELEMENT>
|
216
|
+
<option name="myItemId" value="iLessPainfulClient" />
|
217
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
218
|
+
</PATH_ELEMENT>
|
219
|
+
<PATH_ELEMENT>
|
220
|
+
<option name="myItemId" value="lib" />
|
221
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
222
|
+
</PATH_ELEMENT>
|
223
|
+
<PATH_ELEMENT>
|
224
|
+
<option name="myItemId" value="ilesspainfulclient-cucumber" />
|
225
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
226
|
+
</PATH_ELEMENT>
|
227
|
+
</PATH>
|
228
|
+
<PATH>
|
229
|
+
<PATH_ELEMENT>
|
230
|
+
<option name="myItemId" value="iLessPainfulClient" />
|
231
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
232
|
+
</PATH_ELEMENT>
|
233
|
+
<PATH_ELEMENT>
|
234
|
+
<option name="myItemId" value="iLessPainfulClient" />
|
235
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
236
|
+
</PATH_ELEMENT>
|
237
|
+
<PATH_ELEMENT>
|
238
|
+
<option name="myItemId" value="features-skeleton" />
|
239
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
240
|
+
</PATH_ELEMENT>
|
241
|
+
</PATH>
|
242
|
+
<PATH>
|
243
|
+
<PATH_ELEMENT>
|
244
|
+
<option name="myItemId" value="iLessPainfulClient" />
|
245
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
246
|
+
</PATH_ELEMENT>
|
247
|
+
<PATH_ELEMENT>
|
248
|
+
<option name="myItemId" value="iLessPainfulClient" />
|
249
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
250
|
+
</PATH_ELEMENT>
|
251
|
+
<PATH_ELEMENT>
|
252
|
+
<option name="myItemId" value="features-skeleton" />
|
253
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
254
|
+
</PATH_ELEMENT>
|
255
|
+
<PATH_ELEMENT>
|
256
|
+
<option name="myItemId" value="support" />
|
257
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
258
|
+
</PATH_ELEMENT>
|
259
|
+
</PATH>
|
260
|
+
<PATH>
|
261
|
+
<PATH_ELEMENT>
|
262
|
+
<option name="myItemId" value="iLessPainfulClient" />
|
263
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
264
|
+
</PATH_ELEMENT>
|
265
|
+
<PATH_ELEMENT>
|
266
|
+
<option name="myItemId" value="iLessPainfulClient" />
|
267
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
268
|
+
</PATH_ELEMENT>
|
269
|
+
<PATH_ELEMENT>
|
270
|
+
<option name="myItemId" value="features-skeleton" />
|
271
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
272
|
+
</PATH_ELEMENT>
|
273
|
+
<PATH_ELEMENT>
|
274
|
+
<option name="myItemId" value="step_definitions" />
|
275
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
276
|
+
</PATH_ELEMENT>
|
277
|
+
</PATH>
|
278
|
+
<PATH>
|
279
|
+
<PATH_ELEMENT>
|
280
|
+
<option name="myItemId" value="iLessPainfulClient" />
|
281
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
282
|
+
</PATH_ELEMENT>
|
283
|
+
<PATH_ELEMENT>
|
284
|
+
<option name="myItemId" value="iLessPainfulClient" />
|
285
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
286
|
+
</PATH_ELEMENT>
|
287
|
+
<PATH_ELEMENT>
|
288
|
+
<option name="myItemId" value="bin" />
|
289
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
290
|
+
</PATH_ELEMENT>
|
291
|
+
</PATH>
|
292
|
+
</subPane>
|
293
|
+
</pane>
|
294
|
+
<pane id="Favorites" />
|
295
|
+
<pane id="Scope" />
|
296
|
+
</panes>
|
297
|
+
</component>
|
298
|
+
<component name="PropertiesComponent">
|
299
|
+
<property name="options.splitter.main.proportions" value="0.3" />
|
300
|
+
<property name="WebServerToolWindowFactoryState" value="false" />
|
301
|
+
<property name="options.lastSelected" value="org.jetbrains.plugins.ruby.settings.RubyIdeSdkConfigurable" />
|
302
|
+
<property name="recentsLimit" value="5" />
|
303
|
+
<property name="options.searchVisible" value="true" />
|
304
|
+
<property name="options.splitter.details.proportions" value="0.2" />
|
305
|
+
</component>
|
306
|
+
<component name="RunManager">
|
307
|
+
<configuration default="true" type="RakeRunConfigurationType" factoryName="Rake">
|
308
|
+
<module name="" />
|
309
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
310
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
311
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
312
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
313
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
314
|
+
<envs />
|
315
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
316
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" track_test_folders="true" runner="rcov">
|
317
|
+
<COVERAGE_PATTERN ENABLED="true">
|
318
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
319
|
+
</COVERAGE_PATTERN>
|
320
|
+
</EXTENSION>
|
321
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_NAME" VALUE="" />
|
322
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ARGS" VALUE="" />
|
323
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ATTACHED_TEST_FRAMEWORKS" VALUE="" />
|
324
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_TRACE" VALUE="false" />
|
325
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_DRYRUN" VALUE="false" />
|
326
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_PREREQS" VALUE="false" />
|
327
|
+
<method />
|
328
|
+
</configuration>
|
329
|
+
<configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
|
330
|
+
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
331
|
+
<module name="" />
|
332
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
333
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
334
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
335
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
336
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
337
|
+
<envs />
|
338
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
339
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" track_test_folders="true" runner="rcov">
|
340
|
+
<COVERAGE_PATTERN ENABLED="true">
|
341
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
342
|
+
</COVERAGE_PATTERN>
|
343
|
+
</EXTENSION>
|
344
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
345
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
346
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
347
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
348
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
349
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
350
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
351
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
352
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
353
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
354
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
355
|
+
<method />
|
356
|
+
</configuration>
|
357
|
+
<configuration default="true" type="RubyRunConfigurationType" factoryName="Ruby">
|
358
|
+
<module name="" />
|
359
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
360
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="" />
|
361
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="true" />
|
362
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="RVM: ruby-1.9.2-p180 [global]" />
|
363
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
364
|
+
<envs />
|
365
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
366
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" track_test_folders="true" runner="rcov">
|
367
|
+
<COVERAGE_PATTERN ENABLED="true">
|
368
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
369
|
+
</COVERAGE_PATTERN>
|
370
|
+
</EXTENSION>
|
371
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
|
372
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
373
|
+
<method />
|
374
|
+
</configuration>
|
375
|
+
<configuration default="true" type="JavascriptDebugSession" factoryName="Remote">
|
376
|
+
<JSRemoteDebuggerConfigurationSettings>
|
377
|
+
<option name="engineId" value="firefox" />
|
378
|
+
<option name="fileUrl" value="" />
|
379
|
+
</JSRemoteDebuggerConfigurationSettings>
|
380
|
+
<method />
|
381
|
+
</configuration>
|
382
|
+
<configuration default="true" type="CucumberRunConfigurationType" factoryName="Cucumber">
|
383
|
+
<predefined_log_file id="RUBY_CUCUMBER" enabled="true" />
|
384
|
+
<module name="" />
|
385
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
386
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
387
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
388
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
389
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
390
|
+
<envs>
|
391
|
+
<env name="ANSICON" value="" />
|
392
|
+
</envs>
|
393
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
394
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" track_test_folders="true" runner="rcov">
|
395
|
+
<COVERAGE_PATTERN ENABLED="true">
|
396
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
397
|
+
</COVERAGE_PATTERN>
|
398
|
+
</EXTENSION>
|
399
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*.feature" />
|
400
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
401
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
402
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
403
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TAGS_FILTER" VALUE="" />
|
404
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_NAME_FILTER" VALUE="" />
|
405
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_ARGS" VALUE="--color" />
|
406
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
407
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
408
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="VERBOSE_OPTION" VALUE="false" />
|
409
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
410
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_RUNNER_PATH" VALUE="" />
|
411
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_RUNNER" VALUE="false" />
|
412
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SETTINGS_VERSION" VALUE="2" />
|
413
|
+
<method />
|
414
|
+
</configuration>
|
415
|
+
<configuration default="true" type="JavascriptDebugSession" factoryName="Local">
|
416
|
+
<JSDebuggerConfigurationSettings>
|
417
|
+
<option name="engineId" value="firefox" />
|
418
|
+
<option name="fileUrl" />
|
419
|
+
</JSDebuggerConfigurationSettings>
|
420
|
+
<method />
|
421
|
+
</configuration>
|
422
|
+
<configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda">
|
423
|
+
<predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
|
424
|
+
<module name="" />
|
425
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
426
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
427
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
428
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
429
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
430
|
+
<envs />
|
431
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
432
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" track_test_folders="true" runner="rcov">
|
433
|
+
<COVERAGE_PATTERN ENABLED="true">
|
434
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
435
|
+
</COVERAGE_PATTERN>
|
436
|
+
</EXTENSION>
|
437
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
438
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
439
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_CLASS_NAME" VALUE="" />
|
440
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
|
441
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
|
442
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
443
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="INHERITANCE_CHECK_DISABLED" VALUE="false" />
|
444
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
445
|
+
<method />
|
446
|
+
</configuration>
|
447
|
+
<list size="0" />
|
448
|
+
</component>
|
449
|
+
<component name="ShelveChangesManager" show_recycled="false" />
|
450
|
+
<component name="SvnConfiguration" maxAnnotateRevisions="500">
|
451
|
+
<option name="USER" value="" />
|
452
|
+
<option name="PASSWORD" value="" />
|
453
|
+
<option name="mySSHConnectionTimeout" value="30000" />
|
454
|
+
<option name="mySSHReadTimeout" value="30000" />
|
455
|
+
<option name="LAST_MERGED_REVISION" />
|
456
|
+
<option name="MERGE_DRY_RUN" value="false" />
|
457
|
+
<option name="MERGE_DIFF_USE_ANCESTRY" value="true" />
|
458
|
+
<option name="UPDATE_LOCK_ON_DEMAND" value="false" />
|
459
|
+
<option name="IGNORE_SPACES_IN_MERGE" value="false" />
|
460
|
+
<option name="DETECT_NESTED_COPIES" value="true" />
|
461
|
+
<option name="CHECK_NESTED_FOR_QUICK_MERGE" value="false" />
|
462
|
+
<option name="IGNORE_SPACES_IN_ANNOTATE" value="true" />
|
463
|
+
<option name="SHOW_MERGE_SOURCES_IN_ANNOTATE" value="true" />
|
464
|
+
<option name="FORCE_UPDATE" value="false" />
|
465
|
+
<configuration useDefault="true">$USER_HOME$/.subversion_IDEA</configuration>
|
466
|
+
<myIsUseDefaultProxy>false</myIsUseDefaultProxy>
|
467
|
+
</component>
|
468
|
+
<component name="TaskManager">
|
469
|
+
<task active="true" id="Default" summary="Default task">
|
470
|
+
<changelist id="b674922a-80f6-43b8-8f19-8907d5a21bcc" name="Default" comment="" />
|
471
|
+
<created>1313758330533</created>
|
472
|
+
<updated>1313758330533</updated>
|
473
|
+
</task>
|
474
|
+
<servers />
|
475
|
+
</component>
|
476
|
+
<component name="ToolWindowManager">
|
477
|
+
<frame x="99" y="49" width="1005" height="684" extended-state="0" />
|
478
|
+
<editor active="false" />
|
479
|
+
<layout>
|
480
|
+
<window_info id="Changes" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
481
|
+
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
|
482
|
+
<window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="true" content_ui="tabs" />
|
483
|
+
<window_info id="Dependency Viewer" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
484
|
+
<window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.2038736" sideWeight="0.692" order="0" side_tool="false" content_ui="tabs" />
|
485
|
+
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
486
|
+
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
487
|
+
<window_info id="JsTestDriver Server" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
488
|
+
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
489
|
+
<window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
|
490
|
+
<window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
491
|
+
<window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
492
|
+
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.308" sideWeight="0.99576527" order="1" side_tool="false" content_ui="tabs" />
|
493
|
+
<window_info id="Messages" active="true" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.32863188" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
494
|
+
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
495
|
+
<window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
|
496
|
+
<window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
|
497
|
+
</layout>
|
498
|
+
</component>
|
499
|
+
<component name="VcsManagerConfiguration">
|
500
|
+
<option name="OFFER_MOVE_TO_ANOTHER_CHANGELIST_ON_PARTIAL_COMMIT" value="true" />
|
501
|
+
<option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="true" />
|
502
|
+
<option name="CHECK_NEW_TODO" value="true" />
|
503
|
+
<option name="myTodoPanelSettings">
|
504
|
+
<value>
|
505
|
+
<are-packages-shown value="false" />
|
506
|
+
<are-modules-shown value="false" />
|
507
|
+
<flatten-packages value="false" />
|
508
|
+
<is-autoscroll-to-source value="false" />
|
509
|
+
</value>
|
510
|
+
</option>
|
511
|
+
<option name="PERFORM_UPDATE_IN_BACKGROUND" value="true" />
|
512
|
+
<option name="PERFORM_COMMIT_IN_BACKGROUND" value="true" />
|
513
|
+
<option name="PERFORM_EDIT_IN_BACKGROUND" value="true" />
|
514
|
+
<option name="PERFORM_CHECKOUT_IN_BACKGROUND" value="true" />
|
515
|
+
<option name="PERFORM_ADD_REMOVE_IN_BACKGROUND" value="true" />
|
516
|
+
<option name="PERFORM_ROLLBACK_IN_BACKGROUND" value="false" />
|
517
|
+
<option name="CHECK_LOCALLY_CHANGED_CONFLICTS_IN_BACKGROUND" value="false" />
|
518
|
+
<option name="ENABLE_BACKGROUND_PROCESSES" value="false" />
|
519
|
+
<option name="CHANGED_ON_SERVER_INTERVAL" value="60" />
|
520
|
+
<option name="SHOW_ONLY_CHANGED_IN_SELECTION_DIFF" value="true" />
|
521
|
+
<option name="CHECK_COMMIT_MESSAGE_SPELLING" value="true" />
|
522
|
+
<option name="DEFAULT_PATCH_EXTENSION" value="patch" />
|
523
|
+
<option name="FORCE_NON_EMPTY_COMMENT" value="false" />
|
524
|
+
<option name="LAST_COMMIT_MESSAGE" />
|
525
|
+
<option name="MAKE_NEW_CHANGELIST_ACTIVE" value="true" />
|
526
|
+
<option name="OPTIMIZE_IMPORTS_BEFORE_PROJECT_COMMIT" value="false" />
|
527
|
+
<option name="CHECK_FILES_UP_TO_DATE_BEFORE_COMMIT" value="false" />
|
528
|
+
<option name="REFORMAT_BEFORE_PROJECT_COMMIT" value="false" />
|
529
|
+
<option name="REFORMAT_BEFORE_FILE_COMMIT" value="false" />
|
530
|
+
<option name="FILE_HISTORY_DIALOG_COMMENTS_SPLITTER_PROPORTION" value="0.8" />
|
531
|
+
<option name="FILE_HISTORY_DIALOG_SPLITTER_PROPORTION" value="0.5" />
|
532
|
+
<option name="ACTIVE_VCS_NAME" />
|
533
|
+
<option name="UPDATE_GROUP_BY_PACKAGES" value="false" />
|
534
|
+
<option name="UPDATE_GROUP_BY_CHANGELIST" value="false" />
|
535
|
+
<option name="SHOW_FILE_HISTORY_AS_TREE" value="false" />
|
536
|
+
<option name="FILE_HISTORY_SPLITTER_PROPORTION" value="0.6" />
|
537
|
+
</component>
|
538
|
+
<component name="XDebuggerManager">
|
539
|
+
<breakpoint-manager />
|
540
|
+
</component>
|
541
|
+
<component name="editorHistoryManager">
|
542
|
+
<entry file="file://$APPLICATION_HOME_DIR$/rubystubs18/dir.rb">
|
543
|
+
<provider selected="true" editor-type-id="text-editor">
|
544
|
+
<state line="313" column="11" selection-start="7752" selection-end="7752" vertical-scroll-proportion="0.0" />
|
545
|
+
</provider>
|
546
|
+
</entry>
|
547
|
+
<entry file="file://$PROJECT_DIR$/features-skeleton/my_first.feature">
|
548
|
+
<provider selected="true" editor-type-id="text-editor">
|
549
|
+
<state line="8" column="4" selection-start="178" selection-end="178" vertical-scroll-proportion="0.0" />
|
550
|
+
</provider>
|
551
|
+
</entry>
|
552
|
+
<entry file="file://$PROJECT_DIR$/bin/ilesspainful-skeleton">
|
553
|
+
<provider selected="true" editor-type-id="text-editor">
|
554
|
+
<state line="18" column="63" selection-start="605" selection-end="606" vertical-scroll-proportion="0.4477612" />
|
555
|
+
</provider>
|
556
|
+
</entry>
|
557
|
+
<entry file="file://$PROJECT_DIR$/features-skeleton/step_definitions/launch_steps.rb">
|
558
|
+
<provider selected="true" editor-type-id="text-editor">
|
559
|
+
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" />
|
560
|
+
</provider>
|
561
|
+
</entry>
|
562
|
+
<entry file="file://$PROJECT_DIR$/Rakefile">
|
563
|
+
<provider selected="true" editor-type-id="text-editor">
|
564
|
+
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" />
|
565
|
+
</provider>
|
566
|
+
</entry>
|
567
|
+
<entry file="file://$APPLICATION_HOME_DIR$/rubystubs19/float.rb">
|
568
|
+
<provider selected="true" editor-type-id="text-editor">
|
569
|
+
<state line="60" column="8" selection-start="1867" selection-end="1867" vertical-scroll-proportion="0.0" />
|
570
|
+
</provider>
|
571
|
+
</entry>
|
572
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
573
|
+
<provider selected="true" editor-type-id="text-editor">
|
574
|
+
<state line="3" column="4" selection-start="107" selection-end="107" vertical-scroll-proportion="0.0" />
|
575
|
+
</provider>
|
576
|
+
</entry>
|
577
|
+
<entry file="file://$USER_HOME$/.rvm/gems/ruby-1.9.2-p290/gems/bundler-1.0.20/lib/bundler/dsl.rb">
|
578
|
+
<provider selected="true" editor-type-id="text-editor">
|
579
|
+
<state line="22" column="8" selection-start="580" selection-end="580" vertical-scroll-proportion="0.0" />
|
580
|
+
</provider>
|
581
|
+
</entry>
|
582
|
+
<entry file="file://$PROJECT_DIR$/lib/ilesspainfulclient-cucumber.rb">
|
583
|
+
<provider selected="true" editor-type-id="text-editor">
|
584
|
+
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" />
|
585
|
+
</provider>
|
586
|
+
</entry>
|
587
|
+
<entry file="file://$PROJECT_DIR$/lib/ilesspainfulclient-cucumber/cucumber.rb">
|
588
|
+
<provider selected="true" editor-type-id="text-editor">
|
589
|
+
<state line="9" column="0" selection-start="283" selection-end="283" vertical-scroll-proportion="0.0" />
|
590
|
+
</provider>
|
591
|
+
</entry>
|
592
|
+
<entry file="file://$PROJECT_DIR$/lib/ilesspainfulclient-cucumber/operations.rb">
|
593
|
+
<provider selected="true" editor-type-id="text-editor">
|
594
|
+
<state line="0" column="28" selection-start="9" selection-end="28" vertical-scroll-proportion="-0.056603774">
|
595
|
+
<folding />
|
596
|
+
</state>
|
597
|
+
</provider>
|
598
|
+
</entry>
|
599
|
+
<entry file="file://$PROJECT_DIR$/lib/ilesspainfulclient-cucumber/color_helper.rb">
|
600
|
+
<provider selected="true" editor-type-id="text-editor">
|
601
|
+
<state line="0" column="7" selection-start="7" selection-end="8" vertical-scroll-proportion="0.0" />
|
602
|
+
</provider>
|
603
|
+
</entry>
|
604
|
+
<entry file="file://$USER_HOME$/.rvm/gems/ruby-1.9.2-p290/gems/rspec-core-2.6.4/lib/rspec/core/world.rb">
|
605
|
+
<provider selected="true" editor-type-id="text-editor">
|
606
|
+
<state line="2" column="10" selection-start="37" selection-end="37" vertical-scroll-proportion="0.0" />
|
607
|
+
</provider>
|
608
|
+
</entry>
|
609
|
+
<entry file="file://$PROJECT_DIR$/ilesspainfulclient.gemspec">
|
610
|
+
<provider selected="true" editor-type-id="text-editor">
|
611
|
+
<state line="11" column="26" selection-start="467" selection-end="467" vertical-scroll-proportion="0.0" />
|
612
|
+
</provider>
|
613
|
+
</entry>
|
614
|
+
<entry file="file://$PROJECT_DIR$/features-skeleton/support/env.rb">
|
615
|
+
<provider selected="true" editor-type-id="text-editor">
|
616
|
+
<state line="0" column="0" selection-start="0" selection-end="37" vertical-scroll-proportion="0.0" />
|
617
|
+
</provider>
|
618
|
+
</entry>
|
619
|
+
<entry file="file://$PROJECT_DIR$/lib/ilesspainfulclient-cucumber/lesspainful_steps.rb">
|
620
|
+
<provider selected="true" editor-type-id="text-editor">
|
621
|
+
<state line="9" column="43" selection-start="173" selection-end="173" vertical-scroll-proportion="0.0" />
|
622
|
+
</provider>
|
623
|
+
</entry>
|
624
|
+
</component>
|
625
|
+
</project>
|
626
|
+
|
data/Gemfile
ADDED