Skip to content

Commit 1583a7b

Browse files
committed
Remove unused shoulda-matchers
It turns out, we weren't actually using them! Maybe left over from some past implementation?
1 parent 7b48f8a commit 1583a7b

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ gem 'rspec-rails', '~> 5.0'
1212
gem 'rubocop', '~> 1.22'
1313
gem 'rubocop-rails', '~> 2.12'
1414
gem 'rubocop-rspec', '~> 2.5'
15-
gem 'shoulda-matchers', '~> 5.0'

spec/spec_helper.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# frozen_string_literal: true
22

3-
require 'shoulda-matchers'
4-
53
RSpec.configure do |config|
64
config.filter_run focus: true
75
config.run_all_when_everything_filtered = true

0 commit comments

Comments
 (0)