Skip to content

Commit

Permalink
include sqlite3 in :test group to ensure RSpec Just Works
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Kulp committed Feb 5, 2025
1 parent 9f6c768 commit 9f9a626
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ group :development, :test do
gem "database_cleaner-active_record"
end

group :test do
gem 'sqlite3'
end
4 changes: 3 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ GEM
racc (~> 1.4)
nokogiri (1.18.2-x86_64-darwin)
racc (~> 1.4)
pg (1.5.9)
pry (0.15.2)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -153,14 +154,15 @@ PLATFORMS

DEPENDENCIES
activerecord
database_cleaner-active_record (~> 2.2)
database_cleaner-active_record
debug
dotenv
ferrum!
forme
json
mini_magick (~> 4.12.0)
nokogiri
pg
pry
puma
puppeteer-ruby (~> 0.45.6)
Expand Down

0 comments on commit 9f9a626

Please sign in to comment.