Skip to content

Commit cea61aa

Browse files
committed
Drop screenshot specs from repo
Same reasoning as activeadmin_table_footer — screenshot generators are one-off tooling for refreshing the assets-v1 release, not part of the regression suite.
1 parent 17dd348 commit cea61aa

7 files changed

Lines changed: 0 additions & 104 deletions

File tree

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,4 @@ group :test do
1414
gem "puma"
1515
gem "sassc-rails"
1616
gem "actionmailer"
17-
gem "selenium-webdriver", "~> 4.20"
1817
end

gemfiles/activeadmin_3.5.gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ group :test do
1515
gem "puma"
1616
gem "sassc-rails"
1717
gem "actionmailer"
18-
gem "selenium-webdriver", "~> 4.20"
1918
end

gemfiles/activeadmin_4.0.gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@ group :test do
1818
gem "cssbundling-rails"
1919
gem "tailwindcss-rails", "~> 4.0"
2020
gem "actionmailer"
21-
gem "selenium-webdriver", "~> 4.20"
2221
end

spec/features/bookings_screenshot_spec.rb

Lines changed: 0 additions & 32 deletions
This file was deleted.

spec/features/payments_screenshot_spec.rb

Lines changed: 0 additions & 34 deletions
This file was deleted.

spec/rails_helper.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
require "rspec/rails"
1212
require "capybara/rspec"
1313
require "capybara/active_admin/rspec"
14-
require_relative "support/screenshots"
1514
require_relative "support/tailwind_setup"
1615

1716
load File.expand_path("dummy/db/schema.rb", __dir__)

spec/support/screenshots.rb

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)