Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: include variants in tests #41

Merged
merged 1 commit into from
Nov 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/specs_mssql_61.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- 1433:1433

steps:
- name: Install FreeTDS
run: sudo apt-get install -y freetds-dev freetds-bin
- name: Install FreeTDS and lib VIPS
run: sudo apt-get install -y freetds-dev freetds-bin libvips-dev

- name: Checkout repository
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/specs_mssql_70.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- 1433:1433

steps:
- name: Install FreeTDS
run: sudo apt-get install -y freetds-dev freetds-bin
- name: Install FreeTDS and lib VIPS
run: sudo apt-get install -y freetds-dev freetds-bin libvips-dev

- name: Checkout repository
uses: actions/checkout@v4
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/specs_mysql_61.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
- 3306:3306

steps:
- name: Install lib VIPS
run: sudo apt-get install -y libvips-dev

- name: Checkout repository
uses: actions/checkout@v4

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/specs_mysql_70.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
- 3306:3306

steps:
- name: Install lib VIPS
run: sudo apt-get install -y libvips-dev

- name: Checkout repository
uses: actions/checkout@v4

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/specs_mysql_71.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
- 3306:3306

steps:
- name: Install lib VIPS
run: sudo apt-get install -y libvips-dev

- name: Checkout repository
uses: actions/checkout@v4

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/specs_postgres_61.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
- 5432:5432

steps:
- name: Install lib VIPS
run: sudo apt-get install -y libvips-dev

- name: Checkout repository
uses: actions/checkout@v4

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/specs_postgres_70.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
- 5432:5432

steps:
- name: Install lib VIPS
run: sudo apt-get install -y libvips-dev

- name: Checkout repository
uses: actions/checkout@v4

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/specs_postgres_71.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
- 5432:5432

steps:
- name: Install lib VIPS
run: sudo apt-get install -y libvips-dev

- name: Checkout repository
uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RSpec/DescribeClass:

RSpec/ExampleLength:
# Default is 5
Max: 10
Max: 15

RSpec/MultipleExpectations:
# Default is 1
Expand Down
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ group :development, :test do
gem 'mysql2' if ENV['DB_TEST'] == 'mysql'
gem 'pg' if ['postgres', 'postgresql'].include? ENV['DB_TEST']

gem "image_processing", ">= 1.2"

gem 'simplecov'
gem 'simplecov-lcov'

Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_6_1_mssql.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ gem "rails", "~> 6.1.0"
gem "tiny_tds"

group :development, :test do
gem "image_processing", ">= 1.2"
gem "simplecov"
gem "simplecov-lcov"
gem "capybara"
Expand Down
8 changes: 8 additions & 0 deletions gemfiles/rails_6_1_mssql.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,14 @@ GEM
fasterer (0.10.1)
colorize (~> 0.7)
ruby_parser (>= 3.19.1)
ffi (1.16.3)
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
json (2.6.3)
language_server-protocol (3.17.0.3)
loofah (2.21.4)
Expand All @@ -121,6 +125,7 @@ GEM
marcel (1.0.2)
matrix (0.4.2)
method_source (1.0.0)
mini_magick (4.12.0)
mini_mime (1.1.5)
mini_portile2 (2.8.4)
minitest (5.20.0)
Expand Down Expand Up @@ -235,6 +240,8 @@ GEM
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
ruby-progressbar (1.13.0)
ruby-vips (2.1.4)
ffi (~> 1.12)
ruby_parser (3.20.3)
sexp_processor (~> 4.16)
rubyzip (2.3.2)
Expand Down Expand Up @@ -283,6 +290,7 @@ DEPENDENCIES
capybara
factory_bot_rails (~> 6.1)
fasterer
image_processing (>= 1.2)
pry-rails
rails (~> 6.1.0)
rspec-rails
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_6_1_mysql.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ gem "mysql2"
gem "rails", "~> 6.1.0"

group :development, :test do
gem "image_processing", ">= 1.2"
gem "simplecov"
gem "simplecov-lcov"
gem "capybara"
Expand Down
8 changes: 8 additions & 0 deletions gemfiles/rails_6_1_mysql.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,14 @@ GEM
fasterer (0.9.0)
colorize (~> 0.7)
ruby_parser (>= 3.14.1)
ffi (1.16.3)
globalid (1.0.0)
activesupport (>= 5.0)
i18n (1.10.0)
concurrent-ruby (~> 1.0)
image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
loofah (2.14.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
Expand All @@ -113,6 +117,7 @@ GEM
marcel (1.0.2)
matrix (0.4.2)
method_source (1.0.0)
mini_magick (4.12.0)
mini_mime (1.1.2)
mini_portile2 (2.8.4)
minitest (5.15.0)
Expand Down Expand Up @@ -206,6 +211,8 @@ GEM
rubocop-rspec (2.8.0)
rubocop (~> 1.19)
ruby-progressbar (1.11.0)
ruby-vips (2.1.4)
ffi (~> 1.12)
ruby_parser (3.18.1)
sexp_processor (~> 4.16)
rubyzip (2.3.2)
Expand Down Expand Up @@ -251,6 +258,7 @@ DEPENDENCIES
capybara
factory_bot_rails (~> 6.1)
fasterer
image_processing (>= 1.2)
mysql2
pry-rails
rails (~> 6.1.0)
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_6_1_postgres.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ gem "pg"
gem "rails", "~> 6.1.0"

group :development, :test do
gem "image_processing", ">= 1.2"
gem "simplecov"
gem "simplecov-lcov"
gem "capybara"
Expand Down
8 changes: 8 additions & 0 deletions gemfiles/rails_6_1_postgres.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,14 @@ GEM
fasterer (0.9.0)
colorize (~> 0.7)
ruby_parser (>= 3.14.1)
ffi (1.16.3)
globalid (1.0.0)
activesupport (>= 5.0)
i18n (1.10.0)
concurrent-ruby (~> 1.0)
image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
loofah (2.14.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
Expand All @@ -113,6 +117,7 @@ GEM
marcel (1.0.2)
matrix (0.4.2)
method_source (1.0.0)
mini_magick (4.12.0)
mini_mime (1.1.2)
mini_portile2 (2.8.4)
minitest (5.15.0)
Expand Down Expand Up @@ -210,6 +215,8 @@ GEM
rubocop-rspec (2.8.0)
rubocop (~> 1.19)
ruby-progressbar (1.11.0)
ruby-vips (2.1.4)
ffi (~> 1.12)
ruby_parser (3.18.1)
sexp_processor (~> 4.16)
rubyzip (2.3.2)
Expand Down Expand Up @@ -255,6 +262,7 @@ DEPENDENCIES
capybara
factory_bot_rails (~> 6.1)
fasterer
image_processing (>= 1.2)
pg
pry-rails
rails (~> 6.1.0)
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_7_0_mssql.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ gem "rails", "~> 7.0.0"
gem "tiny_tds"

group :development, :test do
gem "image_processing", ">= 1.2"
gem "simplecov"
gem "simplecov-lcov"
gem "capybara"
Expand Down
8 changes: 8 additions & 0 deletions gemfiles/rails_7_0_mssql.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,14 @@ GEM
fasterer (0.10.1)
colorize (~> 0.7)
ruby_parser (>= 3.19.1)
ffi (1.16.3)
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
json (2.6.3)
language_server-protocol (3.17.0.3)
loofah (2.21.4)
Expand All @@ -127,6 +131,7 @@ GEM
marcel (1.0.2)
matrix (0.4.2)
method_source (1.0.0)
mini_magick (4.12.0)
mini_mime (1.1.5)
minitest (5.20.0)
net-imap (0.4.3)
Expand Down Expand Up @@ -239,6 +244,8 @@ GEM
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
ruby-progressbar (1.13.0)
ruby-vips (2.1.4)
ffi (~> 1.12)
ruby_parser (3.20.3)
sexp_processor (~> 4.16)
rubyzip (2.3.2)
Expand Down Expand Up @@ -280,6 +287,7 @@ DEPENDENCIES
capybara
factory_bot_rails (~> 6.1)
fasterer
image_processing (>= 1.2)
pry-rails
rails (~> 7.0.0)
rspec-rails
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_7_0_mysql.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ gem "mysql2"
gem "rails", "~> 7.0.0"

group :development, :test do
gem "image_processing", ">= 1.2"
gem "simplecov"
gem "simplecov-lcov"
gem "capybara"
Expand Down
8 changes: 8 additions & 0 deletions gemfiles/rails_7_0_mysql.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,14 @@ GEM
fasterer (0.10.1)
colorize (~> 0.7)
ruby_parser (>= 3.19.1)
ffi (1.16.3)
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
json (2.6.3)
language_server-protocol (3.17.0.3)
loofah (2.21.4)
Expand All @@ -124,6 +128,7 @@ GEM
marcel (1.0.2)
matrix (0.4.2)
method_source (1.0.0)
mini_magick (4.12.0)
mini_mime (1.1.5)
minitest (5.20.0)
mysql2 (0.5.5)
Expand Down Expand Up @@ -239,6 +244,8 @@ GEM
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
ruby-progressbar (1.13.0)
ruby-vips (2.1.4)
ffi (~> 1.12)
ruby_parser (3.20.3)
sexp_processor (~> 4.16)
rubyzip (2.3.2)
Expand Down Expand Up @@ -279,6 +286,7 @@ DEPENDENCIES
capybara
factory_bot_rails (~> 6.1)
fasterer
image_processing (>= 1.2)
mysql2
pry-rails
rails (~> 7.0.0)
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_7_0_postgres.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ gem "pg"
gem "rails", "~> 7.0.0"

group :development, :test do
gem "image_processing", ">= 1.2"
gem "simplecov"
gem "simplecov-lcov"
gem "capybara"
Expand Down
8 changes: 8 additions & 0 deletions gemfiles/rails_7_0_postgres.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,14 @@ GEM
fasterer (0.10.1)
colorize (~> 0.7)
ruby_parser (>= 3.19.1)
ffi (1.16.3)
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
json (2.6.3)
language_server-protocol (3.17.0.3)
loofah (2.21.4)
Expand All @@ -124,6 +128,7 @@ GEM
marcel (1.0.2)
matrix (0.4.2)
method_source (1.0.0)
mini_magick (4.12.0)
mini_mime (1.1.5)
minitest (5.20.0)
net-imap (0.4.3)
Expand Down Expand Up @@ -239,6 +244,8 @@ GEM
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
ruby-progressbar (1.13.0)
ruby-vips (2.1.4)
ffi (~> 1.12)
ruby_parser (3.20.3)
sexp_processor (~> 4.16)
rubyzip (2.3.2)
Expand Down Expand Up @@ -279,6 +286,7 @@ DEPENDENCIES
capybara
factory_bot_rails (~> 6.1)
fasterer
image_processing (>= 1.2)
pg
pry-rails
rails (~> 7.0.0)
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_7_1_mysql.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ gem "mysql2"
gem "rails", "~> 7.1.0"

group :development, :test do
gem "image_processing", ">= 1.2"
gem "simplecov"
gem "simplecov-lcov"
gem "capybara"
Expand Down
Loading
Loading