spreewald 4.1.0 → 4.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/test.yml +3 -6
- data/.ruby-version +1 -1
- data/CHANGELOG.md +27 -0
- data/Gemfile.lock +1 -1
- data/{Gemfile.ruby245 → Gemfile.ruby300} +2 -0
- data/Gemfile.ruby300.lock +108 -0
- data/README.md +1 -1
- data/Rakefile +3 -11
- data/lib/spreewald/browser_tab_steps.rb +1 -1
- data/lib/spreewald/development_steps.rb +5 -5
- data/lib/spreewald/email_steps.rb +4 -18
- data/lib/spreewald_support/version.rb +1 -1
- data/lib/steps/follow_the_link.rb +63 -0
- data/lib/steps/show_me_the_mails.rb +20 -0
- data/spec/steps/follow_the_link_spec.rb +81 -0
- data/spec/steps/show_me_the_mails_spec.rb +96 -0
- data/tests/rails-6_capybara-3/.ruby-version +1 -1
- data/tests/rails-6_capybara-3/Gemfile +4 -2
- data/tests/rails-6_capybara-3/Gemfile.lock +176 -142
- data/tests/rails-6_capybara-3/config.ru +1 -0
- data/tests/rails-6_capybara-3/config/cucumber.yml +1 -1
- data/tests/rails-6_capybara-3/config/environments/development.rb +21 -3
- data/tests/rails-6_capybara-3/config/environments/test.rb +12 -1
- data/tests/rails-6_capybara-3/config/initializers/backtrace_silencers.rb +4 -3
- data/tests/rails-6_capybara-3/config/initializers/filter_parameter_logging.rb +3 -1
- data/tests/rails-6_capybara-3/config/initializers/new_framework_defaults_6_1.rb +67 -0
- data/tests/rails-6_capybara-3/config/initializers/permissions_policy.rb +11 -0
- data/tests/shared/features/shared/iframe_steps.feature +1 -2
- metadata +13 -111
- data/Gemfile.ruby245.lock +0 -73
- data/tests/rails-4_capybara-2/Gemfile +0 -24
- data/tests/rails-4_capybara-2/Gemfile.lock +0 -230
- data/tests/rails-4_capybara-2/README.rdoc +0 -28
- data/tests/rails-4_capybara-2/Rakefile +0 -6
- data/tests/rails-4_capybara-2/app +0 -1
- data/tests/rails-4_capybara-2/bin/bundle +0 -3
- data/tests/rails-4_capybara-2/bin/rails +0 -4
- data/tests/rails-4_capybara-2/bin/rake +0 -4
- data/tests/rails-4_capybara-2/bin/setup +0 -29
- data/tests/rails-4_capybara-2/config.ru +0 -4
- data/tests/rails-4_capybara-2/config/application.rb +0 -35
- data/tests/rails-4_capybara-2/config/boot.rb +0 -3
- data/tests/rails-4_capybara-2/config/cucumber.yml +0 -8
- data/tests/rails-4_capybara-2/config/database.yml +0 -18
- data/tests/rails-4_capybara-2/config/environment.rb +0 -5
- data/tests/rails-4_capybara-2/config/environments/development.rb +0 -28
- data/tests/rails-4_capybara-2/config/environments/test.rb +0 -42
- data/tests/rails-4_capybara-2/config/initializers/backtrace_silencers.rb +0 -7
- data/tests/rails-4_capybara-2/config/initializers/cookies_serializer.rb +0 -3
- data/tests/rails-4_capybara-2/config/initializers/filter_parameter_logging.rb +0 -4
- data/tests/rails-4_capybara-2/config/initializers/inflections.rb +0 -16
- data/tests/rails-4_capybara-2/config/initializers/mime_types.rb +0 -4
- data/tests/rails-4_capybara-2/config/initializers/session_store.rb +0 -3
- data/tests/rails-4_capybara-2/config/initializers/silence_deprecation_warnings.rb +0 -11
- data/tests/rails-4_capybara-2/config/initializers/to_time_preserves_timezone.rb +0 -10
- data/tests/rails-4_capybara-2/config/initializers/wrap_parameters.rb +0 -14
- data/tests/rails-4_capybara-2/config/locales/en.yml +0 -23
- data/tests/rails-4_capybara-2/config/routes.rb +0 -1
- data/tests/rails-4_capybara-2/config/secrets.yml +0 -22
- data/tests/rails-4_capybara-2/db +0 -1
- data/tests/rails-4_capybara-2/features/browser_tab_steps.feature +0 -1
- data/tests/rails-4_capybara-2/features/development_steps.feature +0 -1
- data/tests/rails-4_capybara-2/features/email_steps.feature +0 -1
- data/tests/rails-4_capybara-2/features/iframe_steps.feature +0 -1
- data/tests/rails-4_capybara-2/features/overriding.feature +0 -1
- data/tests/rails-4_capybara-2/features/session_steps.feature +0 -1
- data/tests/rails-4_capybara-2/features/step_definitions/overriding_steps.rb +0 -1
- data/tests/rails-4_capybara-2/features/step_definitions/test_steps.rb +0 -1
- data/tests/rails-4_capybara-2/features/support/env.rb +0 -66
- data/tests/rails-4_capybara-2/features/support/paths.rb +0 -1
- data/tests/rails-4_capybara-2/features/support/selectors.rb +0 -1
- data/tests/rails-4_capybara-2/features/support/selenium.rb +0 -1
- data/tests/rails-4_capybara-2/features/table_steps.feature +0 -1
- data/tests/rails-4_capybara-2/features/time_steps.feature +0 -1
- data/tests/rails-4_capybara-2/features/web_steps.feature +0 -1
- data/tests/rails-4_capybara-2/lib/tasks/cucumber.rake +0 -65
- data/tests/rails-4_capybara-2/log/.keep +0 -0
- data/tests/rails-4_capybara-2/public/404.html +0 -67
- data/tests/rails-4_capybara-2/public/422.html +0 -67
- data/tests/rails-4_capybara-2/public/500.html +0 -66
- data/tests/rails-4_capybara-2/public/favicon.ico +0 -0
- data/tests/rails-4_capybara-2/public/fixture_files +0 -1
- data/tests/rails-4_capybara-2/script/cucumber +0 -10
@@ -4,6 +4,6 @@ rerun = rerun.strip.gsub /\s/, ' '
|
|
4
4
|
rerun_opts = rerun.empty? ? "--format #{ENV['CUCUMBER_FORMAT'] || 'progress'} features" : "--format #{ENV['CUCUMBER_FORMAT'] || 'pretty'} #{rerun}"
|
5
5
|
std_opts = "--format #{ENV['CUCUMBER_FORMAT'] || 'pretty'} --strict --tags 'not @wip'"
|
6
6
|
%>
|
7
|
-
default: <%= std_opts %> features
|
7
|
+
default: <%= std_opts %> features --publish-quiet
|
8
8
|
wip: --tags @wip:3 --wip features
|
9
9
|
rerun: <%= rerun_opts %> --format rerun --out rerun.txt --strict --tags 'not @wip'
|
@@ -1,8 +1,10 @@
|
|
1
|
+
require "active_support/core_ext/integer/time"
|
2
|
+
|
1
3
|
Rails.application.configure do
|
2
4
|
# Settings specified here will take precedence over those in config/application.rb.
|
3
5
|
|
4
|
-
# In the development environment your application's code is reloaded
|
5
|
-
#
|
6
|
+
# In the development environment your application's code is reloaded any time
|
7
|
+
# it changes. This slows down response time but is perfect for development
|
6
8
|
# since you don't have to restart the web server when you make code changes.
|
7
9
|
config.cache_classes = false
|
8
10
|
|
@@ -36,6 +38,12 @@ Rails.application.configure do
|
|
36
38
|
# Print deprecation notices to the Rails logger.
|
37
39
|
config.active_support.deprecation = :log
|
38
40
|
|
41
|
+
# Raise exceptions for disallowed deprecations.
|
42
|
+
config.active_support.disallowed_deprecation = :raise
|
43
|
+
|
44
|
+
# Tell Active Support which deprecation messages to disallow.
|
45
|
+
config.active_support.disallowed_deprecation_warnings = []
|
46
|
+
|
39
47
|
# Raise an error on page load if there are pending migrations.
|
40
48
|
config.active_record.migration_error = :page_load
|
41
49
|
|
@@ -44,5 +52,15 @@ Rails.application.configure do
|
|
44
52
|
|
45
53
|
|
46
54
|
# Raises error for missing translations.
|
47
|
-
# config.
|
55
|
+
# config.i18n.raise_on_missing_translations = true
|
56
|
+
|
57
|
+
# Annotate rendered view with file names.
|
58
|
+
# config.action_view.annotate_rendered_view_with_filenames = true
|
59
|
+
|
60
|
+
# Use an evented file watcher to asynchronously detect changes in source code,
|
61
|
+
# routes, locales, etc. This feature depends on the listen gem.
|
62
|
+
config.file_watcher = ActiveSupport::EventedFileUpdateChecker
|
63
|
+
|
64
|
+
# Uncomment if you wish to allow Action Cable access from any origin.
|
65
|
+
# config.action_cable.disable_request_forgery_protection = true
|
48
66
|
end
|
@@ -1,3 +1,5 @@
|
|
1
|
+
require "active_support/core_ext/integer/time"
|
2
|
+
|
1
3
|
# The test environment is used exclusively to run your application's
|
2
4
|
# test suite. You never need to work with it otherwise. Remember that
|
3
5
|
# your test database is "scratch space" for the test suite and is wiped
|
@@ -40,6 +42,15 @@ Rails.application.configure do
|
|
40
42
|
# Print deprecation notices to the stderr.
|
41
43
|
config.active_support.deprecation = :stderr
|
42
44
|
|
45
|
+
# Raise exceptions for disallowed deprecations.
|
46
|
+
config.active_support.disallowed_deprecation = :raise
|
47
|
+
|
48
|
+
# Tell Active Support which deprecation messages to disallow.
|
49
|
+
config.active_support.disallowed_deprecation_warnings = []
|
50
|
+
|
43
51
|
# Raises error for missing translations.
|
44
|
-
# config.
|
52
|
+
# config.i18n.raise_on_missing_translations = true
|
53
|
+
|
54
|
+
# Annotate rendered view with file names.
|
55
|
+
# config.action_view.annotate_rendered_view_with_filenames = true
|
45
56
|
end
|
@@ -1,7 +1,8 @@
|
|
1
1
|
# Be sure to restart your server when you modify this file.
|
2
2
|
|
3
3
|
# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces.
|
4
|
-
# Rails.backtrace_cleaner.add_silencer { |line|
|
4
|
+
# Rails.backtrace_cleaner.add_silencer { |line| /my_noisy_library/.match?(line) }
|
5
5
|
|
6
|
-
# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code
|
7
|
-
#
|
6
|
+
# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code
|
7
|
+
# by setting BACKTRACE=1 before calling your invocation, like "BACKTRACE=1 ./bin/rails runner 'MyClass.perform'".
|
8
|
+
Rails.backtrace_cleaner.remove_silencers! if ENV["BACKTRACE"]
|
@@ -1,4 +1,6 @@
|
|
1
1
|
# Be sure to restart your server when you modify this file.
|
2
2
|
|
3
3
|
# Configure sensitive parameters which will be filtered from the log file.
|
4
|
-
Rails.application.config.filter_parameters += [
|
4
|
+
Rails.application.config.filter_parameters += [
|
5
|
+
:passw, :secret, :token, :_key, :crypt, :salt, :certificate, :otp, :ssn
|
6
|
+
]
|
@@ -0,0 +1,67 @@
|
|
1
|
+
# Be sure to restart your server when you modify this file.
|
2
|
+
#
|
3
|
+
# This file contains migration options to ease your Rails 6.1 upgrade.
|
4
|
+
#
|
5
|
+
# Once upgraded flip defaults one by one to migrate to the new default.
|
6
|
+
#
|
7
|
+
# Read the Guide for Upgrading Ruby on Rails for more info on each option.
|
8
|
+
|
9
|
+
# Support for inversing belongs_to -> has_many Active Record associations.
|
10
|
+
# Rails.application.config.active_record.has_many_inversing = true
|
11
|
+
|
12
|
+
# Track Active Storage variants in the database.
|
13
|
+
# Rails.application.config.active_storage.track_variants = true
|
14
|
+
|
15
|
+
# Apply random variation to the delay when retrying failed jobs.
|
16
|
+
# Rails.application.config.active_job.retry_jitter = 0.15
|
17
|
+
|
18
|
+
# Stop executing `after_enqueue`/`after_perform` callbacks if
|
19
|
+
# `before_enqueue`/`before_perform` respectively halts with `throw :abort`.
|
20
|
+
# Rails.application.config.active_job.skip_after_callbacks_if_terminated = true
|
21
|
+
|
22
|
+
# Specify cookies SameSite protection level: either :none, :lax, or :strict.
|
23
|
+
#
|
24
|
+
# This change is not backwards compatible with earlier Rails versions.
|
25
|
+
# It's best enabled when your entire app is migrated and stable on 6.1.
|
26
|
+
# Rails.application.config.action_dispatch.cookies_same_site_protection = :lax
|
27
|
+
|
28
|
+
# Generate CSRF tokens that are encoded in URL-safe Base64.
|
29
|
+
#
|
30
|
+
# This change is not backwards compatible with earlier Rails versions.
|
31
|
+
# It's best enabled when your entire app is migrated and stable on 6.1.
|
32
|
+
# Rails.application.config.action_controller.urlsafe_csrf_tokens = true
|
33
|
+
|
34
|
+
# Specify whether `ActiveSupport::TimeZone.utc_to_local` returns a time with an
|
35
|
+
# UTC offset or a UTC time.
|
36
|
+
# ActiveSupport.utc_to_local_returns_utc_offset_times = true
|
37
|
+
|
38
|
+
# Change the default HTTP status code to `308` when redirecting non-GET/HEAD
|
39
|
+
# requests to HTTPS in `ActionDispatch::SSL` middleware.
|
40
|
+
# Rails.application.config.action_dispatch.ssl_default_redirect_status = 308
|
41
|
+
|
42
|
+
# Use new connection handling API. For most applications this won't have any
|
43
|
+
# effect. For applications using multiple databases, this new API provides
|
44
|
+
# support for granular connection swapping.
|
45
|
+
# Rails.application.config.active_record.legacy_connection_handling = false
|
46
|
+
|
47
|
+
# Make `form_with` generate non-remote forms by default.
|
48
|
+
# Rails.application.config.action_view.form_with_generates_remote_forms = false
|
49
|
+
|
50
|
+
# Set the default queue name for the analysis job to the queue adapter default.
|
51
|
+
# Rails.application.config.active_storage.queues.analysis = nil
|
52
|
+
|
53
|
+
# Set the default queue name for the purge job to the queue adapter default.
|
54
|
+
# Rails.application.config.active_storage.queues.purge = nil
|
55
|
+
|
56
|
+
# Set the default queue name for the incineration job to the queue adapter default.
|
57
|
+
# Rails.application.config.action_mailbox.queues.incineration = nil
|
58
|
+
|
59
|
+
# Set the default queue name for the routing job to the queue adapter default.
|
60
|
+
# Rails.application.config.action_mailbox.queues.routing = nil
|
61
|
+
|
62
|
+
# Set the default queue name for the mail deliver job to the queue adapter default.
|
63
|
+
# Rails.application.config.action_mailer.deliver_later_queue_name = nil
|
64
|
+
|
65
|
+
# Generate a `Link` header that gives a hint to modern browsers about
|
66
|
+
# preloading assets when using `javascript_include_tag` and `stylesheet_link_tag`.
|
67
|
+
# Rails.application.config.action_view.preload_links_header = true
|
@@ -0,0 +1,11 @@
|
|
1
|
+
# Define an application-wide HTTP permissions policy. For further
|
2
|
+
# information see https://developers.google.com/web/updates/2018/06/feature-policy
|
3
|
+
#
|
4
|
+
# Rails.application.config.permissions_policy do |f|
|
5
|
+
# f.camera :none
|
6
|
+
# f.gyroscope :none
|
7
|
+
# f.microphone :none
|
8
|
+
# f.usb :none
|
9
|
+
# f.fullscreen :self
|
10
|
+
# f.payment :self, "https://secure.example.com"
|
11
|
+
# end
|
@@ -1,7 +1,6 @@
|
|
1
1
|
@javascript
|
2
2
|
Feature: iframe Steps
|
3
3
|
|
4
|
-
@not-capybara-2
|
5
4
|
Scenario: Switch between iframes
|
6
5
|
Given I go to "/static_pages/iframe"
|
7
6
|
Then I should not see "Kiwi"
|
@@ -35,4 +34,4 @@ Feature: iframe Steps
|
|
35
34
|
And I should see a table with the following rows inside the 2nd iframe:
|
36
35
|
| Color | Fruit |
|
37
36
|
| Red | Cherry |
|
38
|
-
But I should not see "Content on main page" inside the 1st iframe
|
37
|
+
But I should not see "Content on main page" inside the 1st iframe
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spreewald
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.
|
4
|
+
version: 4.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tobias Kraze
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-08-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: cucumber
|
@@ -138,10 +138,10 @@ files:
|
|
138
138
|
- CHANGELOG.md
|
139
139
|
- Gemfile
|
140
140
|
- Gemfile.lock
|
141
|
-
- Gemfile.ruby245
|
142
|
-
- Gemfile.ruby245.lock
|
143
141
|
- Gemfile.ruby266
|
144
142
|
- Gemfile.ruby266.lock
|
143
|
+
- Gemfile.ruby300
|
144
|
+
- Gemfile.ruby300.lock
|
145
145
|
- LICENSE
|
146
146
|
- README.md
|
147
147
|
- Rakefile
|
@@ -174,10 +174,14 @@ files:
|
|
174
174
|
- lib/spreewald_support/unsupported_email_header.rb
|
175
175
|
- lib/spreewald_support/version.rb
|
176
176
|
- lib/spreewald_support/web_steps_helpers.rb
|
177
|
+
- lib/steps/follow_the_link.rb
|
178
|
+
- lib/steps/show_me_the_mails.rb
|
177
179
|
- spec/spec_helper.rb
|
178
180
|
- spec/spreewald_support/comparision_spec.rb
|
179
181
|
- spec/spreewald_support/mail_to_plaintext_converter_spec.rb
|
180
182
|
- spec/spreewald_support/tolerance_for_selenium_sync_issues_spec.rb
|
183
|
+
- spec/steps/follow_the_link_spec.rb
|
184
|
+
- spec/steps/show_me_the_mails_spec.rb
|
181
185
|
- spec/support/world.rb
|
182
186
|
- spreewald.gemspec
|
183
187
|
- support/parser.rb
|
@@ -185,59 +189,6 @@ files:
|
|
185
189
|
- support/step_definition.rb
|
186
190
|
- support/step_definition_file.rb
|
187
191
|
- support/step_manager.rb
|
188
|
-
- tests/rails-4_capybara-2/Gemfile
|
189
|
-
- tests/rails-4_capybara-2/Gemfile.lock
|
190
|
-
- tests/rails-4_capybara-2/README.rdoc
|
191
|
-
- tests/rails-4_capybara-2/Rakefile
|
192
|
-
- tests/rails-4_capybara-2/app
|
193
|
-
- tests/rails-4_capybara-2/bin/bundle
|
194
|
-
- tests/rails-4_capybara-2/bin/rails
|
195
|
-
- tests/rails-4_capybara-2/bin/rake
|
196
|
-
- tests/rails-4_capybara-2/bin/setup
|
197
|
-
- tests/rails-4_capybara-2/config.ru
|
198
|
-
- tests/rails-4_capybara-2/config/application.rb
|
199
|
-
- tests/rails-4_capybara-2/config/boot.rb
|
200
|
-
- tests/rails-4_capybara-2/config/cucumber.yml
|
201
|
-
- tests/rails-4_capybara-2/config/database.yml
|
202
|
-
- tests/rails-4_capybara-2/config/environment.rb
|
203
|
-
- tests/rails-4_capybara-2/config/environments/development.rb
|
204
|
-
- tests/rails-4_capybara-2/config/environments/test.rb
|
205
|
-
- tests/rails-4_capybara-2/config/initializers/backtrace_silencers.rb
|
206
|
-
- tests/rails-4_capybara-2/config/initializers/cookies_serializer.rb
|
207
|
-
- tests/rails-4_capybara-2/config/initializers/filter_parameter_logging.rb
|
208
|
-
- tests/rails-4_capybara-2/config/initializers/inflections.rb
|
209
|
-
- tests/rails-4_capybara-2/config/initializers/mime_types.rb
|
210
|
-
- tests/rails-4_capybara-2/config/initializers/session_store.rb
|
211
|
-
- tests/rails-4_capybara-2/config/initializers/silence_deprecation_warnings.rb
|
212
|
-
- tests/rails-4_capybara-2/config/initializers/to_time_preserves_timezone.rb
|
213
|
-
- tests/rails-4_capybara-2/config/initializers/wrap_parameters.rb
|
214
|
-
- tests/rails-4_capybara-2/config/locales/en.yml
|
215
|
-
- tests/rails-4_capybara-2/config/routes.rb
|
216
|
-
- tests/rails-4_capybara-2/config/secrets.yml
|
217
|
-
- tests/rails-4_capybara-2/db
|
218
|
-
- tests/rails-4_capybara-2/features/browser_tab_steps.feature
|
219
|
-
- tests/rails-4_capybara-2/features/development_steps.feature
|
220
|
-
- tests/rails-4_capybara-2/features/email_steps.feature
|
221
|
-
- tests/rails-4_capybara-2/features/iframe_steps.feature
|
222
|
-
- tests/rails-4_capybara-2/features/overriding.feature
|
223
|
-
- tests/rails-4_capybara-2/features/session_steps.feature
|
224
|
-
- tests/rails-4_capybara-2/features/step_definitions/overriding_steps.rb
|
225
|
-
- tests/rails-4_capybara-2/features/step_definitions/test_steps.rb
|
226
|
-
- tests/rails-4_capybara-2/features/support/env.rb
|
227
|
-
- tests/rails-4_capybara-2/features/support/paths.rb
|
228
|
-
- tests/rails-4_capybara-2/features/support/selectors.rb
|
229
|
-
- tests/rails-4_capybara-2/features/support/selenium.rb
|
230
|
-
- tests/rails-4_capybara-2/features/table_steps.feature
|
231
|
-
- tests/rails-4_capybara-2/features/time_steps.feature
|
232
|
-
- tests/rails-4_capybara-2/features/web_steps.feature
|
233
|
-
- tests/rails-4_capybara-2/lib/tasks/cucumber.rake
|
234
|
-
- tests/rails-4_capybara-2/log/.keep
|
235
|
-
- tests/rails-4_capybara-2/public/404.html
|
236
|
-
- tests/rails-4_capybara-2/public/422.html
|
237
|
-
- tests/rails-4_capybara-2/public/500.html
|
238
|
-
- tests/rails-4_capybara-2/public/favicon.ico
|
239
|
-
- tests/rails-4_capybara-2/public/fixture_files
|
240
|
-
- tests/rails-4_capybara-2/script/cucumber
|
241
192
|
- tests/rails-6_capybara-3/.ruby-version
|
242
193
|
- tests/rails-6_capybara-3/Gemfile
|
243
194
|
- tests/rails-6_capybara-3/Gemfile.lock
|
@@ -267,6 +218,8 @@ files:
|
|
267
218
|
- tests/rails-6_capybara-3/config/initializers/filter_parameter_logging.rb
|
268
219
|
- tests/rails-6_capybara-3/config/initializers/inflections.rb
|
269
220
|
- tests/rails-6_capybara-3/config/initializers/mime_types.rb
|
221
|
+
- tests/rails-6_capybara-3/config/initializers/new_framework_defaults_6_1.rb
|
222
|
+
- tests/rails-6_capybara-3/config/initializers/permissions_policy.rb
|
270
223
|
- tests/rails-6_capybara-3/config/initializers/wrap_parameters.rb
|
271
224
|
- tests/rails-6_capybara-3/config/locales/en.yml
|
272
225
|
- tests/rails-6_capybara-3/config/routes.rb
|
@@ -391,64 +344,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
391
344
|
- !ruby/object:Gem::Version
|
392
345
|
version: '0'
|
393
346
|
requirements: []
|
394
|
-
rubygems_version: 3.
|
347
|
+
rubygems_version: 3.2.3
|
395
348
|
signing_key:
|
396
349
|
specification_version: 4
|
397
350
|
summary: Collection of useful cucumber steps.
|
398
351
|
test_files:
|
399
|
-
- tests/rails-4_capybara-2/Gemfile
|
400
|
-
- tests/rails-4_capybara-2/Gemfile.lock
|
401
|
-
- tests/rails-4_capybara-2/README.rdoc
|
402
|
-
- tests/rails-4_capybara-2/Rakefile
|
403
|
-
- tests/rails-4_capybara-2/app
|
404
|
-
- tests/rails-4_capybara-2/bin/bundle
|
405
|
-
- tests/rails-4_capybara-2/bin/rails
|
406
|
-
- tests/rails-4_capybara-2/bin/rake
|
407
|
-
- tests/rails-4_capybara-2/bin/setup
|
408
|
-
- tests/rails-4_capybara-2/config.ru
|
409
|
-
- tests/rails-4_capybara-2/config/application.rb
|
410
|
-
- tests/rails-4_capybara-2/config/boot.rb
|
411
|
-
- tests/rails-4_capybara-2/config/cucumber.yml
|
412
|
-
- tests/rails-4_capybara-2/config/database.yml
|
413
|
-
- tests/rails-4_capybara-2/config/environment.rb
|
414
|
-
- tests/rails-4_capybara-2/config/environments/development.rb
|
415
|
-
- tests/rails-4_capybara-2/config/environments/test.rb
|
416
|
-
- tests/rails-4_capybara-2/config/initializers/backtrace_silencers.rb
|
417
|
-
- tests/rails-4_capybara-2/config/initializers/cookies_serializer.rb
|
418
|
-
- tests/rails-4_capybara-2/config/initializers/filter_parameter_logging.rb
|
419
|
-
- tests/rails-4_capybara-2/config/initializers/inflections.rb
|
420
|
-
- tests/rails-4_capybara-2/config/initializers/mime_types.rb
|
421
|
-
- tests/rails-4_capybara-2/config/initializers/session_store.rb
|
422
|
-
- tests/rails-4_capybara-2/config/initializers/silence_deprecation_warnings.rb
|
423
|
-
- tests/rails-4_capybara-2/config/initializers/to_time_preserves_timezone.rb
|
424
|
-
- tests/rails-4_capybara-2/config/initializers/wrap_parameters.rb
|
425
|
-
- tests/rails-4_capybara-2/config/locales/en.yml
|
426
|
-
- tests/rails-4_capybara-2/config/routes.rb
|
427
|
-
- tests/rails-4_capybara-2/config/secrets.yml
|
428
|
-
- tests/rails-4_capybara-2/db
|
429
|
-
- tests/rails-4_capybara-2/features/browser_tab_steps.feature
|
430
|
-
- tests/rails-4_capybara-2/features/development_steps.feature
|
431
|
-
- tests/rails-4_capybara-2/features/email_steps.feature
|
432
|
-
- tests/rails-4_capybara-2/features/iframe_steps.feature
|
433
|
-
- tests/rails-4_capybara-2/features/overriding.feature
|
434
|
-
- tests/rails-4_capybara-2/features/session_steps.feature
|
435
|
-
- tests/rails-4_capybara-2/features/step_definitions/overriding_steps.rb
|
436
|
-
- tests/rails-4_capybara-2/features/step_definitions/test_steps.rb
|
437
|
-
- tests/rails-4_capybara-2/features/support/env.rb
|
438
|
-
- tests/rails-4_capybara-2/features/support/paths.rb
|
439
|
-
- tests/rails-4_capybara-2/features/support/selectors.rb
|
440
|
-
- tests/rails-4_capybara-2/features/support/selenium.rb
|
441
|
-
- tests/rails-4_capybara-2/features/table_steps.feature
|
442
|
-
- tests/rails-4_capybara-2/features/time_steps.feature
|
443
|
-
- tests/rails-4_capybara-2/features/web_steps.feature
|
444
|
-
- tests/rails-4_capybara-2/lib/tasks/cucumber.rake
|
445
|
-
- tests/rails-4_capybara-2/log/.keep
|
446
|
-
- tests/rails-4_capybara-2/public/404.html
|
447
|
-
- tests/rails-4_capybara-2/public/422.html
|
448
|
-
- tests/rails-4_capybara-2/public/500.html
|
449
|
-
- tests/rails-4_capybara-2/public/favicon.ico
|
450
|
-
- tests/rails-4_capybara-2/public/fixture_files
|
451
|
-
- tests/rails-4_capybara-2/script/cucumber
|
452
352
|
- tests/rails-6_capybara-3/.ruby-version
|
453
353
|
- tests/rails-6_capybara-3/Gemfile
|
454
354
|
- tests/rails-6_capybara-3/Gemfile.lock
|
@@ -478,6 +378,8 @@ test_files:
|
|
478
378
|
- tests/rails-6_capybara-3/config/initializers/filter_parameter_logging.rb
|
479
379
|
- tests/rails-6_capybara-3/config/initializers/inflections.rb
|
480
380
|
- tests/rails-6_capybara-3/config/initializers/mime_types.rb
|
381
|
+
- tests/rails-6_capybara-3/config/initializers/new_framework_defaults_6_1.rb
|
382
|
+
- tests/rails-6_capybara-3/config/initializers/permissions_policy.rb
|
481
383
|
- tests/rails-6_capybara-3/config/initializers/wrap_parameters.rb
|
482
384
|
- tests/rails-6_capybara-3/config/locales/en.yml
|
483
385
|
- tests/rails-6_capybara-3/config/routes.rb
|
data/Gemfile.ruby245.lock
DELETED
@@ -1,73 +0,0 @@
|
|
1
|
-
GEM
|
2
|
-
remote: https://rubygems.org/
|
3
|
-
specs:
|
4
|
-
aruba (0.14.8)
|
5
|
-
childprocess (>= 0.6.3, < 1.1.0)
|
6
|
-
contracts (~> 0.9)
|
7
|
-
cucumber (>= 1.3.19)
|
8
|
-
ffi (~> 1.9)
|
9
|
-
rspec-expectations (>= 2.99)
|
10
|
-
thor (~> 0.19)
|
11
|
-
backports (3.12.0)
|
12
|
-
builder (3.2.3)
|
13
|
-
childprocess (1.0.1)
|
14
|
-
rake (< 13.0)
|
15
|
-
contracts (0.16.0)
|
16
|
-
cucumber (3.1.2)
|
17
|
-
builder (>= 2.1.2)
|
18
|
-
cucumber-core (~> 3.2.0)
|
19
|
-
cucumber-expressions (~> 6.0.1)
|
20
|
-
cucumber-wire (~> 0.0.1)
|
21
|
-
diff-lcs (~> 1.3)
|
22
|
-
gherkin (~> 5.1.0)
|
23
|
-
multi_json (>= 1.7.5, < 2.0)
|
24
|
-
multi_test (>= 0.1.2)
|
25
|
-
cucumber-core (3.2.1)
|
26
|
-
backports (>= 3.8.0)
|
27
|
-
cucumber-tag_expressions (~> 1.1.0)
|
28
|
-
gherkin (~> 5.0)
|
29
|
-
cucumber-expressions (6.0.1)
|
30
|
-
cucumber-tag_expressions (1.1.1)
|
31
|
-
cucumber-wire (0.0.1)
|
32
|
-
diff-lcs (1.3)
|
33
|
-
ffi (1.10.0)
|
34
|
-
gemika (0.5.0)
|
35
|
-
gherkin (5.1.0)
|
36
|
-
mail (2.7.1)
|
37
|
-
mini_mime (>= 0.1.1)
|
38
|
-
mini_mime (1.0.1)
|
39
|
-
mini_portile2 (2.4.0)
|
40
|
-
multi_json (1.13.1)
|
41
|
-
multi_test (0.1.2)
|
42
|
-
nokogiri (1.10.10)
|
43
|
-
mini_portile2 (~> 2.4.0)
|
44
|
-
rake (12.3.2)
|
45
|
-
rspec (3.8.0)
|
46
|
-
rspec-core (~> 3.8.0)
|
47
|
-
rspec-expectations (~> 3.8.0)
|
48
|
-
rspec-mocks (~> 3.8.0)
|
49
|
-
rspec-core (3.8.0)
|
50
|
-
rspec-support (~> 3.8.0)
|
51
|
-
rspec-expectations (3.8.2)
|
52
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
53
|
-
rspec-support (~> 3.8.0)
|
54
|
-
rspec-mocks (3.8.0)
|
55
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
56
|
-
rspec-support (~> 3.8.0)
|
57
|
-
rspec-support (3.8.0)
|
58
|
-
thor (0.20.3)
|
59
|
-
|
60
|
-
PLATFORMS
|
61
|
-
ruby
|
62
|
-
|
63
|
-
DEPENDENCIES
|
64
|
-
aruba
|
65
|
-
cucumber
|
66
|
-
gemika
|
67
|
-
mail
|
68
|
-
nokogiri
|
69
|
-
rake
|
70
|
-
rspec
|
71
|
-
|
72
|
-
BUNDLED WITH
|
73
|
-
1.17.3
|