Skip to content

Commit

Permalink
Remove unused shoulda-matchers
Browse files Browse the repository at this point in the history
It turns out, we weren't actually using them! Maybe left over from some
past implementation?
  • Loading branch information
stevenharman committed May 13, 2024
1 parent 7b48f8a commit 1583a7b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ gem 'rspec-rails', '~> 5.0'
gem 'rubocop', '~> 1.22'
gem 'rubocop-rails', '~> 2.12'
gem 'rubocop-rspec', '~> 2.5'
gem 'shoulda-matchers', '~> 5.0'
2 changes: 0 additions & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# frozen_string_literal: true

require 'shoulda-matchers'

RSpec.configure do |config|
config.filter_run focus: true
config.run_all_when_everything_filtered = true
Expand Down

0 comments on commit 1583a7b

Please sign in to comment.