acceptance_test 1.0.6 → 1.0.7
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.
- checksums.yaml +8 -8
- data/.idea/acceptance_test.iml +86 -78
- data/.ruby-version +1 -1
- data/CHANGES +5 -1
- data/Rakefile +4 -4
- data/lib/acceptance_test/acceptance_test.rb +1 -1
- data/lib/acceptance_test/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NTZlMGI2NzhhMGU5NDRkNzhkYzQwNTIxNTVhMTkxMjFkZjY4NzA1MA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZGI4YTlmNDYxYmRiODY5ZGMwYmYwZjAyZjZjZmZmNDljZWRlNDYwMg==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YzlhMjhhZDk5OWRlNjc2ODg5OTg3ZTVkNzhjZTAyY2NjNTc0MDIyMWU1MjMw
|
|
10
|
+
NjZiOTRhOTFiZDIxYmY2MGExYjVlNjczNGQzMjgwMjJkMmIxZmExMzYxNDQw
|
|
11
|
+
MmYxZTE1NTIxMzk2ZjQxNWJhM2M4NWYxZmY5OWJhOGQ5NGFmZDY=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NTQ1YThlZmE5MjA1OTAxYjFmMWQ2YmIwMTQ2OGJhMjQzM2ZjMjQyZTFhNjZl
|
|
14
|
+
ZWU0NTg4ZWFlZmRmYTExZGEyZGEzYjk4MjMzNzZlYTcwYTQ3YmQ5YjUxNTZk
|
|
15
|
+
YTlkODY2MmJiOGRiYTg4NGZmZjRiZTJlZjM0N2RhZDM2NTk4YjA=
|
data/.idea/acceptance_test.iml
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<module type="RUBY_MODULE" version="4">
|
|
3
|
+
<component name="CompassSettings">
|
|
4
|
+
<option name="compassSupportEnabled" value="true" />
|
|
5
|
+
</component>
|
|
3
6
|
<component name="FacetManager">
|
|
4
7
|
<facet type="gem" name="Gem">
|
|
5
8
|
<configuration>
|
|
@@ -10,7 +13,7 @@
|
|
|
10
13
|
</facet>
|
|
11
14
|
</component>
|
|
12
15
|
<component name="ModuleRunConfigurationManager">
|
|
13
|
-
<configuration default="false" name="
|
|
16
|
+
<configuration default="false" name="Google Search uses selenium driver" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
|
|
14
17
|
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
|
15
18
|
<module name="acceptance_test" />
|
|
16
19
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
@@ -33,15 +36,18 @@
|
|
|
33
36
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/features/google_search_spec.rb" />
|
|
34
37
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
|
35
38
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
|
36
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
|
39
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="Google Search uses selenium driver" />
|
|
37
40
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
|
38
41
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
|
39
42
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
|
40
43
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
|
41
44
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
|
42
45
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
|
46
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
|
43
47
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
|
48
|
+
<RunnerSettings RunnerId="RubyDebugRunner" />
|
|
44
49
|
<RunnerSettings RunnerId="RubyRunner" />
|
|
50
|
+
<ConfigurationWrapper RunnerId="RubyDebugRunner" />
|
|
45
51
|
<ConfigurationWrapper RunnerId="RubyRunner" />
|
|
46
52
|
<method />
|
|
47
53
|
</configuration>
|
|
@@ -75,12 +81,49 @@
|
|
|
75
81
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
|
76
82
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
|
77
83
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
|
84
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
|
78
85
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
|
79
86
|
<RunnerSettings RunnerId="RubyRunner" />
|
|
80
87
|
<ConfigurationWrapper RunnerId="RubyRunner" />
|
|
81
88
|
<method />
|
|
82
89
|
</configuration>
|
|
83
|
-
<configuration default="false" name="Google Search
|
|
90
|
+
<configuration default="false" name="Google Search: acceptance_test" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
|
|
91
|
+
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
|
92
|
+
<module name="acceptance_test" />
|
|
93
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
94
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
|
95
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
96
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
97
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
|
98
|
+
<envs>
|
|
99
|
+
<env name="JRUBY_OPTS" value="-X+O" />
|
|
100
|
+
</envs>
|
|
101
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
102
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
103
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
104
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
105
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
106
|
+
</COVERAGE_PATTERN>
|
|
107
|
+
</EXTENSION>
|
|
108
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
|
109
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
|
110
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/features/with_selenium_conf_spec.rb" />
|
|
111
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
|
112
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
|
113
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="Google Search" />
|
|
114
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
|
115
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
|
116
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
|
117
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
|
118
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
|
119
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
|
120
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
|
121
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
|
122
|
+
<RunnerSettings RunnerId="RubyRunner" />
|
|
123
|
+
<ConfigurationWrapper RunnerId="RubyRunner" />
|
|
124
|
+
<method />
|
|
125
|
+
</configuration>
|
|
126
|
+
<configuration default="false" name="google_search_spec" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
|
|
84
127
|
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
|
85
128
|
<module name="acceptance_test" />
|
|
86
129
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
@@ -103,17 +146,16 @@
|
|
|
103
146
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/features/google_search_spec.rb" />
|
|
104
147
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
|
105
148
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
|
106
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="
|
|
149
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
|
107
150
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
|
108
151
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
|
109
152
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
|
110
153
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
|
111
154
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
|
112
155
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
|
156
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
|
113
157
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
|
114
|
-
<RunnerSettings RunnerId="RubyDebugRunner" />
|
|
115
158
|
<RunnerSettings RunnerId="RubyRunner" />
|
|
116
|
-
<ConfigurationWrapper RunnerId="RubyDebugRunner" />
|
|
117
159
|
<ConfigurationWrapper RunnerId="RubyRunner" />
|
|
118
160
|
<method />
|
|
119
161
|
</configuration>
|
|
@@ -143,87 +185,53 @@
|
|
|
143
185
|
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
|
144
186
|
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
|
145
187
|
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
|
188
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
|
146
189
|
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
|
|
147
190
|
<RunnerSettings RunnerId="RubyRunner" />
|
|
148
191
|
<ConfigurationWrapper RunnerId="RubyRunner" />
|
|
149
192
|
<method />
|
|
150
193
|
</configuration>
|
|
151
|
-
<configuration default="false" name="Google Search: acceptance_test" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
|
|
152
|
-
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
|
153
|
-
<module name="acceptance_test" />
|
|
154
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
155
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
|
156
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
157
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
158
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
|
159
|
-
<envs>
|
|
160
|
-
<env name="JRUBY_OPTS" value="-X+O" />
|
|
161
|
-
</envs>
|
|
162
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
163
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
164
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
165
|
-
<COVERAGE_PATTERN ENABLED="true">
|
|
166
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
167
|
-
</COVERAGE_PATTERN>
|
|
168
|
-
</EXTENSION>
|
|
169
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
|
170
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
|
171
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/features/with_selenium_conf_spec.rb" />
|
|
172
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
|
173
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
|
174
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="Google Search" />
|
|
175
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
|
176
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
|
177
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
|
178
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
|
179
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
|
180
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
|
181
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
|
182
|
-
<RunnerSettings RunnerId="RubyRunner" />
|
|
183
|
-
<ConfigurationWrapper RunnerId="RubyRunner" />
|
|
184
|
-
<method />
|
|
185
|
-
</configuration>
|
|
186
194
|
</component>
|
|
187
195
|
<component name="NewModuleRootManager">
|
|
188
196
|
<content url="file://$MODULE_DIR$" />
|
|
189
|
-
<orderEntry type="jdk" jdkName="RVM: ruby-1.9.3-
|
|
197
|
+
<orderEntry type="jdk" jdkName="RVM: ruby-1.9.3-p547 [acceptance_test]" jdkType="RUBY_SDK" />
|
|
190
198
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
191
|
-
<orderEntry type="library" scope="PROVIDED" name="activesupport (v3.2.14, RVM: ruby-1.9.3-
|
|
192
|
-
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.
|
|
193
|
-
<orderEntry type="library" scope="PROVIDED" name="capybara (v2.1.0, RVM: ruby-1.9.3-
|
|
194
|
-
<orderEntry type="library" scope="PROVIDED" name="capybara-firebug (v1.3.0, RVM: ruby-1.9.3-
|
|
195
|
-
<orderEntry type="library" scope="PROVIDED" name="capybara-webkit (v1.0.0, RVM: ruby-1.9.3-
|
|
196
|
-
<orderEntry type="library" scope="PROVIDED" name="childprocess (v0.3.9, RVM: ruby-1.9.3-
|
|
197
|
-
<orderEntry type="library" scope="PROVIDED" name="cliver (v0.2.1, RVM: ruby-1.9.3-
|
|
198
|
-
<orderEntry type="library" scope="PROVIDED" name="debugger-ruby_core_source (v1.2.3, RVM: ruby-1.9.3-
|
|
199
|
-
<orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.2.4, RVM: ruby-1.9.3-
|
|
200
|
-
<orderEntry type="library" scope="PROVIDED" name="ffi (v1.9.0, RVM: ruby-1.9.3-
|
|
201
|
-
<orderEntry type="library" scope="PROVIDED" name="file_utils (v1.0.7, RVM: ruby-1.9.3-
|
|
202
|
-
<orderEntry type="library" scope="PROVIDED" name="gemcutter (v0.7.1, RVM: ruby-1.9.3-
|
|
203
|
-
<orderEntry type="library" scope="PROVIDED" name="gemspec_deps_gen (v1.1.2, RVM: ruby-1.9.3-
|
|
204
|
-
<orderEntry type="library" scope="PROVIDED" name="i18n (v0.6.5, RVM: ruby-1.9.3-
|
|
205
|
-
<orderEntry type="library" scope="PROVIDED" name="json (v1.8.0, RVM: ruby-1.9.3-
|
|
206
|
-
<orderEntry type="library" scope="PROVIDED" name="metaclass (v0.0.1, RVM: ruby-1.9.3-
|
|
207
|
-
<orderEntry type="library" scope="PROVIDED" name="mime-types (v1.25, RVM: ruby-1.9.3-
|
|
208
|
-
<orderEntry type="library" scope="PROVIDED" name="mini_portile (v0.5.1, RVM: ruby-1.9.3-
|
|
209
|
-
<orderEntry type="library" scope="PROVIDED" name="mocha (v0.14.0, RVM: ruby-1.9.3-
|
|
210
|
-
<orderEntry type="library" scope="PROVIDED" name="multi_json (v1.8.0, RVM: ruby-1.9.3-
|
|
211
|
-
<orderEntry type="library" scope="PROVIDED" name="nokogiri (v1.6.0, RVM: ruby-1.9.3-
|
|
212
|
-
<orderEntry type="library" scope="PROVIDED" name="poltergeist (v1.4.1, RVM: ruby-1.9.3-
|
|
213
|
-
<orderEntry type="library" scope="PROVIDED" name="rack (v1.5.2, RVM: ruby-1.9.3-
|
|
214
|
-
<orderEntry type="library" scope="PROVIDED" name="rack-test (v0.6.2, RVM: ruby-1.9.3-
|
|
215
|
-
<orderEntry type="library" scope="PROVIDED" name="rake (v10.1.0, RVM: ruby-1.9.3-
|
|
216
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec (v2.14.1, RVM: ruby-1.9.3-
|
|
217
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-core (v2.14.5, RVM: ruby-1.9.3-
|
|
218
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v2.14.2, RVM: ruby-1.9.3-
|
|
219
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v2.14.3, RVM: ruby-1.9.3-
|
|
220
|
-
<orderEntry type="library" scope="PROVIDED" name="ruby-debug-base19x (v0.11.30.pre12, RVM: ruby-1.9.3-
|
|
221
|
-
<orderEntry type="library" scope="PROVIDED" name="ruby-debug-ide (v0.4.17, RVM: ruby-1.9.3-
|
|
222
|
-
<orderEntry type="library" scope="PROVIDED" name="rubyzip (v0.9.9, RVM: ruby-1.9.3-
|
|
223
|
-
<orderEntry type="library" scope="PROVIDED" name="selenium-webdriver (v2.35.1, RVM: ruby-1.9.3-
|
|
224
|
-
<orderEntry type="library" scope="PROVIDED" name="websocket (v1.0.7, RVM: ruby-1.9.3-
|
|
225
|
-
<orderEntry type="library" scope="PROVIDED" name="websocket-driver (v0.3.0, RVM: ruby-1.9.3-
|
|
226
|
-
<orderEntry type="library" scope="PROVIDED" name="xpath (v2.0.0, RVM: ruby-1.9.3-
|
|
199
|
+
<orderEntry type="library" scope="PROVIDED" name="activesupport (v3.2.14, RVM: ruby-1.9.3-p547 [acceptance_test]) [gem]" level="application" />
|
|
200
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.7.2, RVM: ruby-1.9.3-p547 [acceptance_test]) [gem]" level="application" />
|
|
201
|
+
<orderEntry type="library" scope="PROVIDED" name="capybara (v2.1.0, RVM: ruby-1.9.3-p547 [acceptance_test]) [gem]" level="application" />
|
|
202
|
+
<orderEntry type="library" scope="PROVIDED" name="capybara-firebug (v1.3.0, RVM: ruby-1.9.3-p547 [acceptance_test]) [gem]" level="application" />
|
|
203
|
+
<orderEntry type="library" scope="PROVIDED" name="capybara-webkit (v1.0.0, RVM: ruby-1.9.3-p547 [acceptance_test]) [gem]" level="application" />
|
|
204
|
+
<orderEntry type="library" scope="PROVIDED" name="childprocess (v0.3.9, RVM: ruby-1.9.3-p547 [acceptance_test]) [gem]" level="application" />
|
|
205
|
+
<orderEntry type="library" scope="PROVIDED" name="cliver (v0.2.1, RVM: ruby-1.9.3-p547 [acceptance_test]) [gem]" level="application" />
|
|
206
|
+
<orderEntry type="library" scope="PROVIDED" name="debugger-ruby_core_source (v1.2.3, RVM: ruby-1.9.3-p547 [acceptance_test]) [gem]" level="application" />
|
|
207
|
+
<orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.2.4, RVM: ruby-1.9.3-p547 [acceptance_test]) [gem]" level="application" />
|
|
208
|
+
<orderEntry type="library" scope="PROVIDED" name="ffi (v1.9.0, RVM: ruby-1.9.3-p547 [acceptance_test]) [gem]" level="application" />
|
|
209
|
+
<orderEntry type="library" scope="PROVIDED" name="file_utils (v1.0.7, RVM: ruby-1.9.3-p547 [acceptance_test]) [gem]" level="application" />
|
|
210
|
+
<orderEntry type="library" scope="PROVIDED" name="gemcutter (v0.7.1, RVM: ruby-1.9.3-p547 [acceptance_test]) [gem]" level="application" />
|
|
211
|
+
<orderEntry type="library" scope="PROVIDED" name="gemspec_deps_gen (v1.1.2, RVM: ruby-1.9.3-p547 [acceptance_test]) [gem]" level="application" />
|
|
212
|
+
<orderEntry type="library" scope="PROVIDED" name="i18n (v0.6.5, RVM: ruby-1.9.3-p547 [acceptance_test]) [gem]" level="application" />
|
|
213
|
+
<orderEntry type="library" scope="PROVIDED" name="json (v1.8.0, RVM: ruby-1.9.3-p547 [acceptance_test]) [gem]" level="application" />
|
|
214
|
+
<orderEntry type="library" scope="PROVIDED" name="metaclass (v0.0.1, RVM: ruby-1.9.3-p547 [acceptance_test]) [gem]" level="application" />
|
|
215
|
+
<orderEntry type="library" scope="PROVIDED" name="mime-types (v1.25, RVM: ruby-1.9.3-p547 [acceptance_test]) [gem]" level="application" />
|
|
216
|
+
<orderEntry type="library" scope="PROVIDED" name="mini_portile (v0.5.1, RVM: ruby-1.9.3-p547 [acceptance_test]) [gem]" level="application" />
|
|
217
|
+
<orderEntry type="library" scope="PROVIDED" name="mocha (v0.14.0, RVM: ruby-1.9.3-p547 [acceptance_test]) [gem]" level="application" />
|
|
218
|
+
<orderEntry type="library" scope="PROVIDED" name="multi_json (v1.8.0, RVM: ruby-1.9.3-p547 [acceptance_test]) [gem]" level="application" />
|
|
219
|
+
<orderEntry type="library" scope="PROVIDED" name="nokogiri (v1.6.0, RVM: ruby-1.9.3-p547 [acceptance_test]) [gem]" level="application" />
|
|
220
|
+
<orderEntry type="library" scope="PROVIDED" name="poltergeist (v1.4.1, RVM: ruby-1.9.3-p547 [acceptance_test]) [gem]" level="application" />
|
|
221
|
+
<orderEntry type="library" scope="PROVIDED" name="rack (v1.5.2, RVM: ruby-1.9.3-p547 [acceptance_test]) [gem]" level="application" />
|
|
222
|
+
<orderEntry type="library" scope="PROVIDED" name="rack-test (v0.6.2, RVM: ruby-1.9.3-p547 [acceptance_test]) [gem]" level="application" />
|
|
223
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v10.1.0, RVM: ruby-1.9.3-p547 [acceptance_test]) [gem]" level="application" />
|
|
224
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec (v2.14.1, RVM: ruby-1.9.3-p547 [acceptance_test]) [gem]" level="application" />
|
|
225
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-core (v2.14.5, RVM: ruby-1.9.3-p547 [acceptance_test]) [gem]" level="application" />
|
|
226
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v2.14.2, RVM: ruby-1.9.3-p547 [acceptance_test]) [gem]" level="application" />
|
|
227
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v2.14.3, RVM: ruby-1.9.3-p547 [acceptance_test]) [gem]" level="application" />
|
|
228
|
+
<orderEntry type="library" scope="PROVIDED" name="ruby-debug-base19x (v0.11.30.pre12, RVM: ruby-1.9.3-p547 [acceptance_test]) [gem]" level="application" />
|
|
229
|
+
<orderEntry type="library" scope="PROVIDED" name="ruby-debug-ide (v0.4.17, RVM: ruby-1.9.3-p547 [acceptance_test]) [gem]" level="application" />
|
|
230
|
+
<orderEntry type="library" scope="PROVIDED" name="rubyzip (v0.9.9, RVM: ruby-1.9.3-p547 [acceptance_test]) [gem]" level="application" />
|
|
231
|
+
<orderEntry type="library" scope="PROVIDED" name="selenium-webdriver (v2.35.1, RVM: ruby-1.9.3-p547 [acceptance_test]) [gem]" level="application" />
|
|
232
|
+
<orderEntry type="library" scope="PROVIDED" name="websocket (v1.0.7, RVM: ruby-1.9.3-p547 [acceptance_test]) [gem]" level="application" />
|
|
233
|
+
<orderEntry type="library" scope="PROVIDED" name="websocket-driver (v0.3.0, RVM: ruby-1.9.3-p547 [acceptance_test]) [gem]" level="application" />
|
|
234
|
+
<orderEntry type="library" scope="PROVIDED" name="xpath (v2.0.0, RVM: ruby-1.9.3-p547 [acceptance_test]) [gem]" level="application" />
|
|
227
235
|
</component>
|
|
228
236
|
</module>
|
|
229
237
|
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
1.9.3
|
data/CHANGES
CHANGED
data/Rakefile
CHANGED
|
@@ -36,8 +36,8 @@ RSpec::Core::RakeTask.new do |task|
|
|
|
36
36
|
task.verbose = false
|
|
37
37
|
end
|
|
38
38
|
|
|
39
|
-
task :fix_debug do
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
end
|
|
39
|
+
# task :fix_debug do
|
|
40
|
+
# system "mkdir -p $GEM_HOME/gems/debugger-ruby_core_source-1.2.3/lib"
|
|
41
|
+
# system "cp -R ~/debugger-ruby_core_source/lib $GEM_HOME/gems/debugger-ruby_core_source-1.2.3"
|
|
42
|
+
# end
|
|
43
43
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: acceptance_test
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alexander Shvets
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2014-09-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gemspec_deps_gen
|
|
@@ -92,7 +92,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
92
92
|
version: '0'
|
|
93
93
|
requirements: []
|
|
94
94
|
rubyforge_project:
|
|
95
|
-
rubygems_version: 2.
|
|
95
|
+
rubygems_version: 2.2.2
|
|
96
96
|
signing_key:
|
|
97
97
|
specification_version: 4
|
|
98
98
|
summary: Simplifies congiguration and run of acceptance tests.
|