diff --git a/.rspec b/.rspec new file mode 100644 index 0000000..c99d2e7 --- /dev/null +++ b/.rspec @@ -0,0 +1 @@ +--require spec_helper diff --git a/Gemfile b/Gemfile index e0f49f7..74c8944 100644 --- a/Gemfile +++ b/Gemfile @@ -49,6 +49,8 @@ group :development, :test do # Omakase Ruby styling [https://github.com/rails/rubocop-rails-omakase/] gem "rubocop-rails-omakase", require: false + + gem "rspec-rails", "~> 8.0.0" end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index d672052..9e0b764 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -250,6 +250,23 @@ GEM reline (0.6.1) io-console (~> 0.5) rexml (3.4.1) + rspec-core (3.13.5) + rspec-support (~> 3.13.0) + rspec-expectations (3.13.5) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.13.0) + rspec-mocks (3.13.5) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.13.0) + rspec-rails (8.0.2) + actionpack (>= 7.2) + activesupport (>= 7.2) + railties (>= 7.2) + rspec-core (~> 3.13) + rspec-expectations (~> 3.13) + rspec-mocks (~> 3.13) + rspec-support (~> 3.13) + rspec-support (3.13.6) rubocop (1.77.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) @@ -369,6 +386,7 @@ DEPENDENCIES propshaft puma (>= 5.0) rails (~> 8.0.2) + rspec-rails (~> 8.0.0) rubocop-rails-omakase selenium-webdriver solid_cable