More testing fixes
This commit is contained in:
parent
71e201feab
commit
f0e572d06d
1
Gemfile
1
Gemfile
@ -37,6 +37,7 @@ group :development, :test do
|
||||
end
|
||||
|
||||
group :test do
|
||||
gem 'puma'
|
||||
# Adds support for Capybara system testing and selenium driver
|
||||
gem 'capybara', '>= 2.15'
|
||||
gem 'selenium-webdriver'
|
||||
|
@ -14,7 +14,7 @@ module Dummy
|
||||
# -- all .rb files in that directory are automatically loaded.
|
||||
|
||||
# For Rails 5.2 - 6.0, we need to set this configuration
|
||||
if (Rails::VERSION::MAJOR == 5 && Rails::VERSION::MINOR > 1) || (Rails::VERSION::MAJOR == 6 && Rails::VERSION::MINOR < 2)
|
||||
if (Rails::VERSION::MAJOR == 5 && Rails::VERSION::MINOR > 1) || (Rails::VERSION::MAJOR == 6 && Rails::VERSION::MINOR < 1)
|
||||
config.active_record.sqlite3.represent_boolean_as_integer = true
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user